Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tushar-indurjeeth/shopping-cart
A simple shopping website built using React, TypeScript and Styled Components.
https://github.com/tushar-indurjeeth/shopping-cart
fake-store-api heroku-deployment material-ui react react-query styled-components typescript
Last synced: 4 days ago
JSON representation
A simple shopping website built using React, TypeScript and Styled Components.
- Host: GitHub
- URL: https://github.com/tushar-indurjeeth/shopping-cart
- Owner: Tushar-Indurjeeth
- License: mit
- Created: 2021-04-06T21:13:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T21:49:45.000Z (over 3 years ago)
- Last Synced: 2024-01-23T19:29:42.504Z (10 months ago)
- Topics: fake-store-api, heroku-deployment, material-ui, react, react-query, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 226 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shopping Cart
A simple shopping website built using [React](https://reactjs.org/), [TypeScript](https://www.typescriptlang.org/) and [Styled Components](https://styled-components.com/).## How it works
- Data is pulled from [Fake Store API](https://fakestoreapi.com).
- You can add and remove items from the Cart.## Built using
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Styled Components](https://styled-components.com/)
- [React Query](https://react-query.tanstack.com/)
- [Material UI](https://material-ui.com/)## API Used
[Fake Store API](https://fakestoreapi.com/)## Platform
Hosted through [Heroku](https://www.heroku.com/).## License
Code released under the [MIT License](https://github.com/Tushar-Indurjeeth/Shopping-Cart/blob/f5fec38da7c52fc1c115a6f365511a989a9e75cf/LICENSE).