Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 1.34 KB

File metadata and controls

25 lines (25 loc) · 1.34 KB

TODO List App

This is a simple todo list app that allows users to add and track their tasks. The app is built using HTML, CSS, and JavaScript. You can access the application on this website: https://elijahqi.github.io/To-do-List-Javascript/

Features

  • Add new tasks by typing in the input field and clicking the "ADD" button.
  • View completed tasks by clicking the "VIEW FINISHED" button.
  • Return to the main task list by clicking the "RETURN" button in the finished view.
  • Each task displays a timestamp of when it was added.

Usage

  • Add new tasks by typing in the input field and clicking the "ADD" button.
  • View completed tasks by clicking the "VIEW FINISHED" button.
  • Return to the main task list by clicking the "RETURN" button in the finished view.
  • Each task displays a timestamp of when it was added.

Additional Info

  • The app's CSS is located in the css folder and is named todoapp.css.
  • The app's JavaScript files are located in the model and item folders.
  • The main JavaScript file that runs the app is named todoapp.js and is located in the root directory.