Project information
- Category: Web
- Project date: 25 June, 2022
- Project URL: View on Github
Project Details
This is an E-Commerce store made using React.
Features:-
- A landing page with animated minimalistic design, with the major categories of items.
- A quick peek page where 5 products of each categories are on display.
- A page with Sign-in and Sign-out components.
- All form related fields are made using reusable components.
- Has a cart feature which opens up and displays the items selected in a summary, also has a checkout button.
- The cart component also allows to edit the contents of the items selected.
- Check out features are yet to be integrated into the appplication.
To Run the Project Locally:-
Install Node first and then type in the following commands.
Make Sure you have installed the React libraries if you are using VSCODE.
- git clone https://github.com/12rafay12/E-Commerce-website-using-REACT.git
- npm install
- npm install react-scripts
- npm install --save styled-components
- npm start