An open API service indexing awesome lists of open source software.

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.

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

![app screenshot](src/assets/shopping-cart.png)

## 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