To-Do list is a simple task manager
The following stacks were used
Not yet published
- Add task
- Remove task
- Remove completed tasks
In order to run this project you need to have a browser and of course a code editor
Clone this repository to your desired folder, you can also set up HTML, CSS and JavaScript linters, for this you will need node installed. you can follow the steps here and here to setup the linters
Once you cloned this project you are done !
To run the project, you can simply open the index.html file with your favorite browser.
If you follow the tutorial above to setup linters then you can run these tests
npx hint .
npx stylelint "**/*.scss"
or if you use css then run this instead of the latter command above
npx stylelint "**/*.{css,scss}"
You can deploy this project using: GitHub Pages
👤 Joseph L Kausi
- GitHub: @Grandi0z
- Twitter: @Joseph_LSK
- LinkedIn: Joeph L Kausi
Describe 1 - 3 features you will add to the project.
- Awesome Design
- Data base storage
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can follow me on github for more.
thanks to Microverse for providing the necessary resources.
-
Are the linters necessary?
- It is a good practice to install and use them as they guide you towards best practice, but yes you can do without.
This project is MIT licensed.