A tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete
- HTML
- CSS
- JavaScript
- WebPack
The website is deployed using Github Pages. Click the Link to Live Demo
If you want a copy of this project go to the GitHub repository and download it from the link below.
To get a local copy up and running follow these simple example steps.
- Web Browser: Google Chrome, Firefox or any other web on browser on your computer
- Code editor: VSCode
git clone https://github.com/Lembani/to-do-list.git
cd to-do-list
npm install
npm build
npm start
WebHint
npx hint .
StyleLint
npx stylelint "**/*.{css,scss}"
ESLint
npx eslint .
Open the index.html file with your code editor of your choice and/or a browser of your choice.
Open the project using a live saver extension that can be found into your code editor.
👤 Lembani Sakala
- GitHub: @lembani
- Twitter: @lembani_
- LinkedIn: lembani-sakala
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
This project is MIT licensed.