Skip to content

A web-based Todo List app built using HTML + Tailwind CSS + JS

License

Notifications You must be signed in to change notification settings

ricoputrap/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List App

A simple todo list app built with only HTML, Tailwind CSS, and JavaScript.

A. Functional Requirements

  • 1. Should be able to view the total number of all tasks
  • 2. Should be able to view all categories as well as the number of tasks in each category
  • 3. Should be able to view all tasks in a specific category
  • 4. Should be able to add a new task
  • 5. Should be able to delete a task
  • 6. Should be able to delete all tasks in a specific category

B. Non-Functional Requirements

  • 1. The app will be displayed only on a mobile device
  • 2. The data will be stored in local storage
  • 3. The web app should be able to run offline
  • 4. The web app should be installable on mobile devices (i.e. PWA)

C. UI Design

The designs below are picked from a youtube tutorial.

C.1. Home Screen

Home Screen

C.2. Tasks Screen

Tasks Screen

C.3. Add New Task

Add New Task

C.4. Delete Task

Delete Task

About

A web-based Todo List app built using HTML + Tailwind CSS + JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published