Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.17 KB

TodoList

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.

Wish to Contribute

If you wish to contribute to this project you can fork the repository and contribute in the following two ways:

  1. Identify a bug or an improvement and raise an issue.
  2. Work on existing issues and make a PR.

Features

  • 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.

Design & Layout

Desktop view

image Mobile view

image image