This project is a clone of the MamaEarth website, built using React.js, Chakra UI, and React Chart.js, and created with Vite.
- User authentication
- Product search
- Product sort
- Shopping cart
- Dashboard with charts
- React.js
- Chakra UI
- React Chart.js
- Vite
├── API
│ └── db.json
├── mamaEarth_clone
│ ├── public
│ │ └── assets file
│ ├── src
│ │ ├── allJsonUrl
│ │ │ └── allJsonUrl.js
│ │ ├── components
│ │ │ └── Nav.jsx
│ │ ├── context
│ │ │ ├── cartContext.jsx
│ │ │ └── searchContext.jsx
│ │ ├── customHook
│ │ │ └── useFetchData.jsx
│ │ ├── dashBoard
│ │ │ └── ... Dashboard files
│ │ ├── pages
│ │ │ └── ... Page files
│ │ └── App.jsx
│ └── main.jsx
└── package.json