Simple task manager where client can add a task. Choose date for your task, add task heading and description. Tasks are also removable.
Link to project: https://taskmanager-okram.netlify.app/
How It's Made: Tech used: HTML, CSS, JavaScript. This project was built on object-oriented programming using Javascript Classes. I also tested using a bootstrap theme with this project.
Optimizations: This project needs some bug fixes - needs to show today's date when opening the page or adding a task; need to make local storage also work.
Lessons Learned: I learned how more on Javascript classes and using a bootstrap theme. Also practiced Javascript in general.