Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/satyam-software-developer/buybusy-ii-react
- Owner: satyam-software-developer
- License: mit
- Created: 2024-12-17T22:42:56.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T22:43:44.000Z (18 days ago)
- Last Synced: 2024-12-17T23:26:57.590Z (18 days ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.