To do list is a simple CRUD application that allows you to add, delete, update tasks that you are supposed to do.
- HTML-5
- CSS3
- Javacript
- Webpack
- Linters
For the link to the live demo, Click here
- To get a local copy up and running follow these simple example steps.
A Web Browser (preferably Google Chrome)
- Open your command prompt or terminal and run.
- Clone the GitHub Repository from https://github.com/iLynette/todo-list.git
- run this commands in your terminal:
npm install
npm run build
npm start
after running npm start
the website will be opened automatically on your default browser.
- To run tests run :
- npx hint .
- npx stylelint "**/*.{css,scss}"
- Project is deployed using
- git push <branch_name>
👤 Author
- GitHub: @iLynette
- Twitter: @acholah_lynette
- LinkedIn: acholah lynette
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
This project is MIT licensed.