My sister and I were discussing how to better organize the household chores. She asked if I could create a tool to help with this. Since it was summer and I had been looking to build stuff, I decided to expand the project.
The application is a comprehensive blend of various features. It allows users to create weekly and monthly shopping lists, check bus schedules, access weather data, and look for recipes online.
I have taken a break from programaing for a while to focus on my studies. For this project, I decided to use plain 'vanilla' HTML, CSS, and JavaScript. I haved not added any backend yet, but I considered using cloud based one like Firebase. The weather, bus schedule, and recipe data is fetched from external APIs.
I learned a lot about working with APIs and how to fetch data from them. I also learned how to use local storage to save user data. I also learned how to use CSS Grid to create a responsive layout.