Bakery appdetails

I created this application with the aim of showing my understanding in handling and processing data both from the user and back-end. I utilized modern technologies including React for the frontend, Redux.js for handling data.

I designed a responsive user interface with React, ensuring seamless user experience across devices. The data handling is done using Redux and the data is stored and retrieved from JavaScript objects. Redux enables efficient data handling and React-Router-DOM ensures ease navigation on pages and filtering data to be displayed. I used framer motion for animations onclick and on screen load. And this website has a functional add to cart system, can add and remove data and it also stores user selected data in the local storage. So every time the user logs in they continue from where they left off.

Challenges encountered included intergrading real-time data handling and updates. I had to learn on how to succesfully intergrate Redux and React-Router-DOM together to ensure efficient data handling and navigations according to data. Succesfully overcoming these obstacles to deliver a robust web application taught me a lot at the end of the day.