Tech cube is an e-commerce website that sells electronic gadgets and products such as mobile, laptops, watches, TV, etc.
A collaborative project built by a team of five members within 5 days.
Github link: https://github.com/Deepak-25yadav/Electronic-e-store
Deployed link: https://tech-cube-ten.vercel.app/
Front-end: HTML || CSS || JavaScript || React || Redux || Chakra-UI || Axios.
Back-end: JSON-Server || REST API's.
Deployment: Vercel (front-end) || Render (back-end)
-
Sign-up || Login
-
Searching || Sorting || Filter
-
Pagination
-
Responsive web-design
-
Single Product Page
-
Payment Page || Cart Page
-
Admin Page ( with CRUD operations)
To Visit Our Website Click Here
To use this application first fork and then clone the repository in your local system by git clone <repo-link>
To install all dependencies npm install
or npm i
and to start the application do npm run start
or npm start