To Do List is a web app that demonstrates a To Do List App.
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 my-folder
git clone git@github.com:mailsg/To-do-list.git
Install this project with:
cd my-project
npm install
To run the project, execute the following command:
Open index.html in browser
or
Open with Live server in Vscode
To run tests, run the following command:
npx stylelint "**/*.{css,scss}"
npx hint .
npx eslint .
👤 Sandeep
Contributions, issues, and feature requests are welcome!
Feel free to check the https://github.com/mailsg/To-do-list/issues.
If you like this project give me a follow and/or a star
I would like to thank Microverse for giving this opportunity to me to showcase my dev skills.
This project is MIT licensed.