Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nate0h/quick-kart
Quick Kart E-Commerce Site
https://github.com/nate0h/quick-kart
netlify react react-router vite
Last synced: 5 days ago
JSON representation
Quick Kart E-Commerce Site
- Host: GitHub
- URL: https://github.com/nate0h/quick-kart
- Owner: Nate0h
- Created: 2024-02-28T18:22:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T03:16:03.000Z (8 months ago)
- Last Synced: 2024-03-11T21:24:22.412Z (8 months ago)
- Topics: netlify, react, react-router, vite
- Language: JavaScript
- Homepage: https://quickkartnc.netlify.app/
- Size: 546 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Kart - [Live Demo](https://quickkartnc.netlify.app)
Built **with**:
- React
- React Router
- Deployed with Netlify
- Vite## Project Overview
Quick Kart is a front-end simulation of an e-commerce site, designed to provide users with a seamless shopping experience. The project leverages React and React Router for efficient navigation, Netlify for deployment, and Vite for a fast development environment.
### Key Features
1. **Multi-Page Structure:**
- The application comprises at least two pages: a homepage and a shop page, accessible through a navigation bar present on both routes.2. **Shopping Cart Functionality:**
- Users can add items to their cart from the main shopping page, which displays a list of multiple items, or from the individual item page, providing detailed information about a single item.3. **Data Population:**
- Utilized the FakeStoreAPI to populate the site with realistic product data, enhancing the user experience.4. **Routing with React Router:**
- Implemented React Router for seamless navigation, defining link paths between pages using the BrowserRouter component and Routes.5. **State Management with React Context:**
- Employed React Context to manage the state of items in the cart, facilitating the addition, removal, and updating of items. Implemented functionality to calculate and adjust the total price at checkout.### Implementation Challenges
#### 1. Card Navigation:
- Implemented a Route in App.jsx to direct users from the main shopping page to a single item page. Each card component on the shopping page is linked to the single item page, with the Card.id used to retrieve specific item data from the API.#### 2. Search Functionality:
- Developed a search functionality on the main shopping page using the filter function against product titles. The search bar allows users to filter products based on their input, dynamically updating the displayed items.### Future Enhancements
- **User Authentication:**
- Implement user authentication to personalize the shopping experience, allowing users to track their order history and save preferences.- **Responsive Design:**
- Enhance the application's responsiveness for a seamless experience across various devices.- **Product Reviews:**
- Integrate a review system to allow users to provide feedback on purchased items, enhancing product transparency.Feel free to explore the [live demo](https://quickkartnc.netlify.app) and experience the seamless shopping journey with Quick Kart!