Skip to content

An e-commerce website using react js, tailwind css and fakestore API.

Notifications You must be signed in to change notification settings

RishikaC06/EMart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMart

This is a react based e-commerce website. It is created using react js, html and tailwind css. Fakestore API is used for fetching the product images and description, etc. EMart.

Features

It is a responsive website. It has features like viewing the product, filtering products based on categories as well as adding and removing products from cart.

Deployed site

Click below link to view the project EMart

Steps to Clone and Run the Application

1. Clone the Repository then move to EMart directory

git clone https://github.com/RishikaC06/EMart.git
cd EMart

2. Install Dependencies:

npm install

3. Start the Development Server

npm start 

Runs the app in the development mode.
Open http://localhost:3000/EMart to view it in your browser.