Crypto-Hunter: Real-Time Cryptocurrency Tracker
Overview: Crypto-Hunter is a responsive web app designed to track live cryptocurrency data and display historical trends. It provides an intuitive, data-driven experience for users interested in real-time market insights.
Technologies: React, Redux, useContext, Material UI, Lucid React, CoinGecko API, Chart.js.
- Real-Time Market Data: Displays live prices, trading volumes, and market cap using the CoinGecko API.
- State Management: Utilizes Redux and useContext for structured and responsive data flow.
- User Interface: Styled with Material UI and Lucid React to create a modern and accessible UI.
- Historical Trends: Interactive charts built with Chart.js track cryptocurrency trends over time.
- Performance Optimization: Optimized API calls to reduce load times, enhancing the user experience.
GitHub Repository
See Live
Van Life: Your Adventure Van Rental App
Overview: Van Life is a React-based application that enables users to discover, explore, and rent adventure vans, making travel planning both easy and enjoyable.
Technologies: React, useContext, useLocation.
- Van Listings: Allows users to browse and filter vans based on availability and features.
- State Management: Utilizes useContext to manage user and rental data globally for a seamless experience.
- Navigation: Uses useLocation to provide intuitive and smooth navigation throughout the app.
- Responsive Design: Optimized for both mobile and desktop, ensuring a consistent experience across all devices.
GitHub Repository
See Live
Notes App
Overview: The Notes App is a simple, web-based note-taking application that allows users to create, edit, and delete notes effortlessly. Notes are saved persistently for easy access at any time.
Technologies: React, useState, Local Storage.
- Note Management: Users can add, edit, and delete notes seamlessly within the app.
- Data Persistence: Leveraged Local Storage to save notes across sessions, ensuring data is retained even after closing the browser.
- State Management: Used useState for effective and efficient handling of note data within React components.
- User-Friendly Interface: Designed a clean, clutter-free interface for a smooth and intuitive note-taking experience.
GitHub Repository
See Live
Zero-Degree
Overview: Zero-Degree is a comprehensive gym and fitness platform designed to help users enhance their physical fitness and overall well-being. It provides access to classes, scheduling, blogs, galleries, and more to foster an engaging fitness journey.
Technologies: Next.js, TypeScript, Tailwind CSS.
- Interactive Home Page: A visually engaging and informative landing page that introduces users to the platform's offerings.
- Class Listings: Dedicated page to explore various fitness classes with detailed information.
- Blog Section: Provides fitness tips, health advice, and motivational content to inspire users.
- Schedule Management: Allows users to view and plan their fitness schedules effortlessly.
- Gallery Showcase: Displays images and visuals from gym activities and events.
- Pricing Information: A dedicated page for membership plans and pricing details.
- Responsive Design: Optimized for seamless use across desktops, tablets, and smartphones.
GitHub Repository
See Live
Sorting Visualizer
Sorting Visualizer is a Java-based project that allows users to visualize various sorting algorithms in action using a Graphical User Interface (GUI). It provides an interactive and educational way to understand how different sorting algorithms work by visually demonstrating their step-by-step sorting process.
Coming Soon