Skip to content

A react e-Commerce app built with Vite, I was experimenting with vite, react slick slider and font awesome. The main focus was to learn these better and have a great project at the end of the learning of these stuff. It has a working cart all across the page. We can add delete quantity of items in cart page as well.

Notifications You must be signed in to change notification settings

ArshadChowdhury/dummy-daraz-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daraz Clone

This Daraz clone e-commerce site is built with Vite and ReactJS.

I've used some react hooks, react-slick-slider, font awesome, react-routers, react hot toast and some other packages in here which made the site look good & feel good while using it.

You can check the site live here -

https://react-daraz-clone.netlify.app/

Overview of the app -

image

image

image

The navigation feels very smooth because of react router dom, the site doesn't actually reload, it just changes some components which are necessary and stated inside by me. I wrote most of the functions in App.jsx and then sent them down to child components as props and used them in the components.

Running locally -

To run this project locally you'll need to clone the repo then install dependencies using

$ npm install
# or
$ yarn install

then run

$ npm run dev
# or
$ yarn dev

as vite has added a script stating dev builtin here it'll execute the script and start the dev server on - http://localhost:5173/.

About

A react e-Commerce app built with Vite, I was experimenting with vite, react slick slider and font awesome. The main focus was to learn these better and have a great project at the end of the learning of these stuff. It has a working cart all across the page. We can add delete quantity of items in cart page as well.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published