This project is part of a series of projects to be completed by students of Microverse.
This is Todo List app helps you manage your todos in an efficient way. Every todo
belongs to a project
, so that way you can easily manage related todos. You can create, edit or delete a project. However, you can only create, edit or mark a todo as completed.
The full project requirements can be found here.
- JavaScript (ES6)
- HMTL
- CSS
- npm
- webpack
Clone the repository to your local machine
$ git clone https://github.com/damiecode/Todo-List.git
cd into the directory, install dependencies, build and start
$ cd todo-list
$ npm install
$ npm run build
$ npm run start
Open
http://127.0.0.1:8080
using your favourite broswer, if it doesn't open automatically.
👤 Damilola Ale
- Github: @damiecode
- Twitter: @iamlildamski
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
- Fork it (https://github.com/damiecode/todo-list/fork)
- Create your working branch (git checkout -b [choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add/improve')
- Push to the branch (git push origin [chosen-name])
- Create a new Pull Request
Give a ⭐️ if you like this project!
I am looking for my next opportunity. Reach out to me if you are looking to hire! [email protected]