A small todo app which will utilise local storage, JavaScript modules, Webpack, Git, GitHub, and Yarn. This is a learning project intended to improve my JavaScript abilities.
--1. On complete move todos to the completed category.--
--2. Update priority to show as a colour.--
- Save to local storage --4. Add delete functionality for todos-- --5. Add edit functionality for todos.-- -7. Create a modal to show more details.
- Utilise date fns to update the date formats.
- Add delete functionality for the projects.
- Add edit functionality for the projects.
- Render projects on load.
- Render Todos on load.
- Sort out form validation.
- Update some of the styling.
- Split out the CSS.
Need to work out how to save each value pair into the local storagerather than the whole object. Maybe put the objects as references tro the local storage.