A simple Todo-list WebApp made while learning Javascript. It was made using HTML, CSS and Javascript only. The Application is not yet complete and improvements will be made in the future.
If you wish to contribute to this project you can fork the repository and contribute in the following two ways:
- Identify a bug or an improvement and raise an issue.
- Work on existing issues and make a PR.
- Allows to Add and remove Tasks.
- Allows to mark events as checked or not.
- While creating an event it can be set to important or unimportant.
- Has a filter which can show either all the events or important event.
- Days left for the event or task are also shown at the bottom right corner of an event.
- has a remove button to delete an event or task.