This project is a clone of the Nike products display page along authentication functionality.
HTML, CSS, Javascript, ReactJS
Endpoint | Function |
---|---|
/ | Homepage |
/login | To login to the account |
/signup | To create account |
/products | Page to view all products |
/favourites | Page to view all favourite products |
/cart | Page to view all products which are added to cart |
Clone the project
git clone https://github.com/Humanoid2005/Nike-Clone-App.git
Go to the project directory
cd Nike-Clone-App
Install dependencies
npm install
Start the server
npm run dev
To open the website, type the link given below
http://localhost:5173/