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.
- HTML
- CSS
- JavaScript
To get a local copy up and running follow these simple example steps.
- A modern browser e.g Google Chrome
- Have git installed.
- Have the LTS version of Node.js installed.
- 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
Deploy on any web server that can host a Node.js runtime environment
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 .
👤 Kehinde Ridwan Onifade
-
GitHub: @githubhandle
-
LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.