This project is built as part of Masai Unit 5 - Construct Week Project.
Server | link |
---|---|
Frontend | https://phenomenal-crisp-d9f0f8.netlify.app |
Backend | https://bicycle-shop-json-server.cyclic.app |
https://www.behance.net/gallery/163145071/Specialized-E-commerce-redesign-UXUI-design
For Frontend, we have used JavaScript, HTML and CSS. No framework. And for Backend, we are using json-server to serve an array of bicycles data at /bikes.
- Authentication using Firebase
- Using localStorage to store current data
- Pagination, Filtering and Sorting
- Searching using debouncing.
- Responsivenes using media queries and JavaScript
- Modular Code