https://github.com/imi-nkateko/cart-ecommerce
An e-commerce store, imitating a tech store, built with React.
https://github.com/imi-nkateko/cart-ecommerce
react-router reducer state-management usecontext-hook
Last synced: about 2 months ago
JSON representation
An e-commerce store, imitating a tech store, built with React.
- Host: GitHub
- URL: https://github.com/imi-nkateko/cart-ecommerce
- Owner: Imi-Nkateko
- Created: 2025-02-07T17:41:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T21:55:08.000Z (over 1 year ago)
- Last Synced: 2025-03-03T20:03:44.567Z (over 1 year ago)
- Topics: react-router, reducer, state-management, usecontext-hook
- Language: JavaScript
- Homepage: https://cart-ecommerce.pages.dev/
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping-cart
## Description
An e-commerce store, imitating a tech store, built with React. Includes dedicated product page and cart page managed by reactr-router-dom and useContext for passing complex state.
live demo [here](https://cart-ecommerce.pages.dev/)
## Showcase

## Objectives & Outcomes
The main motivation for this work was:
- to manage complex state with the Context API
- to Fetch data from an API
- to style the application using A CSS framework (Tailwindcss)
- to design and deploy a multiple page application using react router.
## Technologies
- Reactjs
- Tailwindcss
- Eslinter
- react-icons