Skip to content

sn-tin/todo-list

Repository files navigation

To-Do List App

A to-do list app to keep track of your tasks.

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • Add new project category in the sidebar
  • Add new task
  • Edit or delete tasks
  • Receive an error message when the form is submitted if:
    • The input field is empty

Links

  • Solution URL: Code
  • Live Site URL: Demo

Built with

Running the App Locally

This app runs on Node.js. If Node.js is installed, you may clone the repository and install its dependencies running:

npm install

Author