Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/satyam-software-developer/buybusy-ii-react

buybusy-ii created with reactjs for frontend web developement.
https://github.com/satyam-software-developer/buybusy-ii-react

Last synced: 16 days ago
JSON representation

buybusy-ii created with reactjs for frontend web developement.

Awesome Lists containing this project

README

        

# BuyBusy - Redux

This is a Coding Ninjas project of BuyBusy e-com website, made using Reactjs, Redux toolkit, react-router-dom. User can create their accout and add/remove products in their cart and also place order. This project saves data inside Firebase Database.

# Installation and Run

Follow the following steps to run the code on your system.

- Get the code on your system.
- Open terminal and navigate to the root directory of the code.
- Run "npm install" Command inside terminal to install all the dependencies.
- After complete installation, run command "npm start" inside the terminal to run the code.
- To see the output, Open your web broswer and serach for http://localhost:3000/

# Features

- Create your account to login.
- Add / remove products to your cart.
- Increase / Decrease product quantity.
- Place order and get a bill of products you purchased.
- Your cart and order data will remain saved inside the database.

# Tool used:

- Reactjs.
- Redux-toolkit.
- react-router-dom.
- react-toastify.
- JavaScript.
- CSS.