Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobwah/react-shopping-cart
React + Typescript shopping app
https://github.com/gobwah/react-shopping-cart
material-ui materialui react reactjs shopping-cart styled-components styledcomponents typescript
Last synced: 5 days ago
JSON representation
React + Typescript shopping app
- Host: GitHub
- URL: https://github.com/gobwah/react-shopping-cart
- Owner: gobwah
- License: mit
- Created: 2022-01-23T23:15:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T19:59:30.000Z (over 1 year ago)
- Last Synced: 2024-10-18T18:45:33.998Z (about 1 month ago)
- Topics: material-ui, materialui, react, reactjs, shopping-cart, styled-components, styledcomponents, typescript
- Language: TypeScript
- Homepage: https://gobwah.github.io/react-shopping-cart/
- Size: 6.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
React Shopping Cart
React + Typescript shopping app
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
[![React Shopping Cart Screen Shot][product-screenshot]](https://gobwah.github.io/react-shopping-cart/)
React + Typescript shopping app. From tutorial [here](https://www.youtube.com/watch?v=sfmL6bGbiN8).
### Built With
|||
|-|-|
| [Typescript](https://react-icons.github.io/react-icons/) | |
| [React](https://reactjs.org/) | |
| [Styled Components](https://styled-components.com/) | |
| [Material UI](https://mui.com/) | |## Getting Started
### Prerequisites
- npm
```sh
npm install npm@latest -g
```### Installation
1. Clone the repo
```sh
git clone https://github.com/gobwah/react-shopping-cart.git
```
2. Install dependencies
```sh
npm install
```## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Vincent DELLA-LIBERA - [@vincent-dellalibera](https://linkedin.com/in/vincent-dellalibera) - [email protected]
Project Link: [https://github.com/gobwah/react-shopping-cart](https://github.com/gobwah/react-shopping-cart)
## Acknowledgments
- [@weibenfalk](https://github.com/weibenfalk/react-shopping-cart)
[contributors-shield]: https://img.shields.io/github/contributors/gobwah/react-shopping-cart.svg?style=for-the-badge
[contributors-url]: https://github.com/gobwah/react-shopping-cart/graphs/contributors[forks-shield]: https://img.shields.io/github/forks/gobwah/react-shopping-cart.svg?style=for-the-badge
[forks-url]: https://github.com/gobwah/react-shopping-cart/network/members[stars-shield]: https://img.shields.io/github/stars/gobwah/react-shopping-cart.svg?style=for-the-badge
[stars-url]: https://github.com/gobwah/react-shopping-cart/stargazers[issues-shield]: https://img.shields.io/github/issues/gobwah/react-shopping-cart.svg?style=for-the-badge
[issues-url]: https://github.com/gobwah/react-shopping-cart/issues[license-shield]: https://img.shields.io/github/license/gobwah/react-shopping-cart.svg?style=for-the-badge
[license-url]: https://github.com/gobwah/react-shopping-cart/blob/master/LICENSE.txt[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/vincent-dellalibera[product-screenshot]: public/screenshot.jpg