/Shopzee

Shopzee-a fake ecommerce website for shopping

Primary LanguageJavaScript

Getting Started with Shopzee

Shopzee is a fake ecommerce website for online shopping of clothing,electronics and other products.The products are shown as cards with star rating and product description .It also has a cart functionality for reviewingand changing number of items of your products in the cart.During placing order, a drawer will open collecting the customers's personal deetails and address for order delivery.Payment option hasn't been integrated yet.Login functionality and product search functionality will also be integrated soon.

Techstack used

1.This is a React Js project built using Ant design components for a minimalist and straightforward user interface.

2.Tailwind css and vanilla css are also used for styling purpose.

3.npm package react-router-dom is also used to handle routing in this project.

4.fakestore api is used to get the products and dummyjson api is used for fetching cart in this project.

Available Scripts

In the project directory, you can run:

npm start

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

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Note-Make sure you install the necessary pacakages before running these scripts.Just run "npm install" to download all the necessary packages.