- To-do list" is a tool that helps to organize your day, built with HTML, CSS, JavaScript. With its management features, you can add, mark as completed, remove and make changes to tasks.
Client
- The user can add a new to do list.
- The user can remove any of the list items.
- The link for To Do List project Live Demo Link
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
cd desktop
git clone git@github.com:meryemsanem/To-Do-List.git
Install this project with:
cd To-Do-List
npm install
To run the project write terminal npm run dev.
To run the linters, run npx hint .
and npx stylelint "**/*.{css,scss}"
or npx eslint .
from the root directory of the project.
👤 Meryem Sanem Küçükbayram
- GitHub: @meryemsanem
- Twitter: @msanemkckbayram
- LinkedIn: Meryem Sanem Küçükbayram
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, you can contribute to it. You are also welcome to give it a star on GitHub.
I would like to thank Microverse for teaching and enforcing professional level practices.
This project is MIT licensed.