"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.
Version Control
Visual Studio Code
Client
- Linters SetUp
- Follow JavaScript best practices
- Set up using WEBPACK
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Visual Studio Code.
- Node JS.
- Git bash.
- GitHub Account.
- Installation of NPM
Go to github and find the repository react-todo-app Click on code and copy then go to your gitbash cli on your computer Clone this repository to your desired folder
Install this project with: npm Example command:
cd my-projectFolder
npm installTo run the project, execute the following command: Open the cloned folder in your git terminal. Then run 'npm run dev'.
To run tests, run the following command: npx eslint . npx hint . Example command:
npx eslint .
npx hint .You can deploy this project using: GitHub Pages Example:
https://github.com/Paul-tes/To-Do-List-App.git👤 Paul Tesfaye
- Add a drag and drop feature
- Add Animation
Contributions, issues, and feature requests are welcome!
Feel free to check the https://github.com/Paul-tes/To-Do-List-App/issues
If you like this project please follow me on github & twitter and also connect on Linkedin.
I would like to thank Microverse for required documentations and instructions
This project is MIT licensed.