gdkimaiyo / todo-list-app-with-js

A simple Todo List web app using Vanilla Javascript

Home Page:https://gdkimaiyo.github.io/todo-list-app-with-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-list-app-with-js

A simple Todo List Web App using Vanilla Javascript

Find a preview here: Preview

Application functionalities

  • Add a new Todo task
  • Show/Display all tasks
  • Check/Mark a task as complete
  • Delete a task
  • Add due date to a task
  • Sort tasks by due date
  • Persist Data using Web Storage
  • Account for empty state.

Setup project on your PC

  • Open terminal/Command Line
  • Clone the repository by running
https://github.com/gdkimaiyo/todo-list-app-with-js.git
  • cd into the project files and do your thing. You know what to do, right?

Status

Yet to do

  • Add a new Todo task
  • Show/Display all tasks
  • Check/Mark a task as complete
  • Delete a task
  • Add due date to a task
  • Sort tasks by due date
  • Persist Data using Web Storage
  • Account for empty state

License

MIT

About

A simple Todo List web app using Vanilla Javascript

https://gdkimaiyo.github.io/todo-list-app-with-js/

License:MIT License


Languages

Language:JavaScript 54.9%Language:CSS 29.1%Language:HTML 15.9%