Link to project: myTodoApp link
Made a todo app with couple of cool functionalities, check it out and feel free to contribute.
Tech used: HTML, Vanilla CSS, Javascript.
- Make app responsive on all screen sizes.
- Add a few animations.
- Make items on the hamburger menu functional.
- Add a message when there is no todo present on initial render.
- Add checked attribute to completed tasks.
- Add a delete button on the todo items.
- Change to a react app and add a backend for better optimization.
- Refactor code.
- Add comments where necessary.
- Add a message when there is no todo present when all tasks added have been completed.