Skip to content

The to-do-list application offers a user-friendly interface that allows for the efficient management of tasks. Users can conveniently add, edit, and remove tasks as needed, making it an essential tool for anyone looking to stay organized and on top of their to-do list.

License

Notifications You must be signed in to change notification settings

kendoriddy/to-do-list

Repository files navigation

TO DO LIST APP

This project is a list manager that will allow a user organize a list of their tasks. They can conveniently create, update and delete tasks.

image

Built With

  • HTML
  • CSS
  • JavaScript

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Setup

  • git clone https://github.com/kendoriddy/to-do-list.git
  • Change directory to the cloned app by runnning cd to-do-list/
  • Run "npm install" to download required modules locally
  • Run "npm run start" to locally host the files and view on a browser

Deployment

Deploy on any web server that can host a Node.js runtime environment

Run tests

For tracking linters errors locally, you need to follow these steps:

  • For tracking linter errors in HTML file run: npx hint .
  • For tracking linter errors in CSS file run: npx stylelint "**/*.{css,scss}"
  • For tracking linter errors in Javascript file run: npx eslint .

Authors

👤 Kehinde Ridwan Onifade

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

The to-do-list application offers a user-friendly interface that allows for the efficient management of tasks. Users can conveniently add, edit, and remove tasks as needed, making it an essential tool for anyone looking to stay organized and on top of their to-do list.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published