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

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.

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

**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.

## 🛠 Built With

### Tech Stack

Frontend

Backend

### Key Features

- **Display Shopping Products categories**
- **Show the list of Shopping Products based on the category selected**
- **Add to cart the selected products**

### Live Demo

> https://edenicshopping.netlify.app/

(back to top)

## 💻 Getting Started

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

(back to top)

## 👥 Author

👤 **Binyam Yohannes**

- GitHub: [@binyamolango ](https://github.com/binyamolango)
- LinkedIn: [Binyam Yohannes](https://www.linkedin.com/in/binyamyohannes/)

(back to top)

## 🔭 Future Features

- UI
- Optimizing query time

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank My God, family, friends, teammates, and Microverse.

(back to top)

## 📝 License

This project is [MIT](https://github.com/binyamolango/morsecode/blob/dev/LICENSE) licensed.

(back to top)