Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.8 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.8 KB

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.