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/
- 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.
- 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.
- The app's CSS is located in the
css
folder and is namedtodoapp.css
. - The app's JavaScript files are located in the
model
anditem
folders. - The main JavaScript file that runs the app is named
todoapp.js
and is located in the root directory.