E-Commerce Store

A react mock e-commerce store that allows displays books fetched from a mock api and allows users to add books to a cart and dynamically updates the total and books displayed

Purpose and Direction

E-commerce store was a web application that was developed in order to get experience developing different types of use cases and in this case it was an online store, it fetches mock api data from a js file to generate fake products to which the user can add to cart

project photo

Stack Explanation

React was chosen due its reusability for components and the ability to dynamically map data to components, allowing for a scalable store and a responsive UI

project photo

Issues and Lessons Learnt

One of the biggest in this project was just learning how to use react, since this project was my first ever react project, everything still felt very alien to me so i was prone to mistakes, thankfully i was under the guidance of a mentor when completing this, so a lot of my mistakes were explained and a lot of key concepts that i did not understand, so in the end i understood a lot of my mistakes and how to avoid them and in the end learnt that help is always a good idea especially for first time projects

project photo
Back Home