https://github.com/binyamolango/shopping-cart
Shopping Cart is a e-commerce app that allows users to buy items online.
https://github.com/binyamolango/shopping-cart
api bootstrap css html javascipt reactjs
Last synced: 3 months ago
JSON representation
Shopping Cart is a e-commerce app that allows users to buy items online.
- Host: GitHub
- URL: https://github.com/binyamolango/shopping-cart
- Owner: binyamolango
- Created: 2023-12-25T08:18:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T08:14:04.000Z (over 2 years ago)
- Last Synced: 2024-01-11T12:08:31.830Z (over 2 years ago)
- Topics: api, bootstrap, css, html, javascipt, reactjs
- Language: JavaScript
- Homepage: https://edenicshopping.netlify.app/
- Size: 576 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Cart App
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Shopping Cart App** is an e-commerce application based on an external API that displays shopping products based on different categories. It can also allow the user to select a product by inserting the quantity of their choice.
Frontend
Backend
- **Display Shopping Products categories**
- **Show the list of Shopping Products based on the category selected**
- **Add to cart the selected products**
> https://edenicshopping.netlify.app/
To get a local copy up and running follow these simple example steps.
### Prerequisites
> You need the following tools to be installed on your computer:
> - [node](https://nodejs.org/en)
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [IDE](https://code.visualstudio.com/download)
> - Etc
### Setup
Clone this repository to your desired folder:
```sh
cd my-preferred-folder
git clone https://github.com/binyamolango/shopping-cart.git
```
### Install
Install this project with:
```sh
cd shopping-cart
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm run test
```
👤 **Binyam Yohannes**
- GitHub: [@binyamolango ](https://github.com/binyamolango)
- LinkedIn: [Binyam Yohannes](https://www.linkedin.com/in/binyamyohannes/)
- UI
- Optimizing query time
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a star.
I would like to thank My God, family, friends, teammates, and Microverse.
This project is [MIT](https://github.com/binyamolango/morsecode/blob/dev/LICENSE) licensed.