Skip to content

Byte-bazaar its an e-commerce built in React js using firebase as backend

Notifications You must be signed in to change notification settings

AgustinCabrera/project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce - Cabrera Agustin.

Frameworks used and tools

Node Node React React-DomReact-Router Firebase JS CSS Boostrap

Commands used

Create a new React app npx create-react-app name

Develop mode npm start

React Router Dom npm install react-router-dom

Boostrap npm install boostrap

Firebase npm install firebase

Deploy npm run build

Description

ByteBazaar it's an e-commerce made with React js where you can visualize products stored in firebase and generate an purchase order.

Products

You can buy products form the home page or navigating into three categories where the products are distributed; Those categories are headphones, notebooks and smartphones.

After having chosen your products and having pressed the "Finish buying " button, you will be redirected to the cart page.

Cart

The cart section contains the quantity of porducts and the products to buy. There you can delete items from the cart, make a cart refresh or go to the checkout section.

Checkout

To generate an order first of all you must complete the formulary. It is not posible leaving inputs in blank space, the phone number only accepts numbers and the email must be the equal to email validation. Both must have "@" and ".com", If any of the requirements is not met, a message will be displayed informing which field to modify. if all the requirements are right, the checkout will generate an id of purchase.

Things to add in future

Web-responive

Making the app responsive would improve the performance and usability of the app.

Login space

The login space to verify the customers.

Stock check

Validate the stock at the moment of generating a new order.

About

Byte-bazaar its an e-commerce built in React js using firebase as backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published