https://github.com/emekankwo/shopping_cart_react_typescript
This simple shopping cart prototype shows how React with Typescript, React hooks, react Context and SCSS can be used to build a friendly user experience with instant visual updates and scaleable code in ecommerce applications.
https://github.com/emekankwo/shopping_cart_react_typescript
axios contextapi jest jest-dom jest-tests react scss testing-library typescript webpack
Last synced: about 2 months ago
JSON representation
This simple shopping cart prototype shows how React with Typescript, React hooks, react Context and SCSS can be used to build a friendly user experience with instant visual updates and scaleable code in ecommerce applications.
- Host: GitHub
- URL: https://github.com/emekankwo/shopping_cart_react_typescript
- Owner: EmekaNkwo
- Created: 2022-10-26T09:07:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T14:17:18.000Z (over 3 years ago)
- Last Synced: 2025-02-01T05:42:38.088Z (over 1 year ago)
- Topics: axios, contextapi, jest, jest-dom, jest-tests, react, scss, testing-library, typescript, webpack
- Language: TypeScript
- Homepage: https://nkwo-shoppingcart.netlify.app/
- Size: 614 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An Ecommerce Cart Application
## Overview - [Live Demo](https://nkwo-shoppingcart.netlify.app/)
This simple shopping cart prototype shows how React with Typescript, React hooks, react Context and SCSS can be used to build a friendly user experience with instant visual updates and scaleable code in ecommerce applications.
## Features
- Add and remove products from the floating cart using Context Api
- Filter products by available sizes using Context Api
- Responsive design
## Get Started
- Clone the repository
- Run `npm install` to install dependencies
- Run `npm start` to start the application
### Copyright and license
The MIT License (MIT). Please see License File for more information.
A project by Nkwo Chukwuemeka