Skip to content

elishamutang/to-do-app

Repository files navigation

To-Do App

About

  • A minimal To-Do List application written in HTML/CSS and Vanilla JavaScript.
  • Users are directed to a 'Home' page, where new to-do tasks can be added or ticked off. Additionally, users are able to create new Lists as well.
  • Additional features such as remind me, change list, add/remove tags, notes, and a checklist were added for each To-Do instance.

Screenshots

Live Demo

demo

Instructions

  • Fork repo and run the following commands in the terminal:

    Install dependecies

    npm install
    

    Run app in browser

    npm run dev
    

Disclaimer

  • For the purposes of this project, this project was designed for desktop and is not responsive to different window sizes. For the best experience, please open this using Google Chrome on desktop.

About

To-Do List, a project from The Odin Project JavaScript curriculum.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published