To do list is a task management project built using pure javascript(ES6) , HTML, CSS, and Webpack.
Server
- Display todo lists
- Add new todo list
- Remove todo list
- Update todo list
- Clear all completed todo lists
In order to run this project you need: Configure your code editor with HTML , CSS & JS and some other important extensions
git clone git@github.com:zdnahom/to-do-list.git
Install this project with:
git clone git@github.com:zdnahom/to-do-list.git
To run the project, execute the following command:
- cd to-do-list
- npm install
- npm start
To run tests, run the following command: No test module for now.But it will be added in the near future
👤 Nahom Zerihun Demissie 💻
- GitHub: @zdnahom
- Add drag and drop functionality
- Add cool animations
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project , please clone it and try it . I know you're going to love it
I would like to thank Microverse(staffs , mentors , reviewers) giving me the knowledge to build an amazing project like this.
-
Can I fork the project and make a contribution?
Of course you can! First fork it and contribute to it.
-
How should I ask a pull request
- Step 1 : Click on the pull request button
- Step 2 : create pull request
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.