This is a Microverse Javascript Project
Todolist!
To do list is an app that enables user to track down, organize and implement tasks and projects. It is similar to Todolist.
The project was built using webpack to bundle javascript files into single file, the main js file. Files in the source folder represent individual module that symbolize a particular functionality. The ‘todos’ are objects that are dynamically created, and we used factory functions and constructors to generate them.
Heres a live link
In this project, the following features were done;
- Ability to create projects.
- Toggle projects onclick.
- Ability to add tasks with it's own properties. i.e task title, task descrption and task notes.
- Ability to delete task.
- Ability to update task.
- Ability to view all todolist's in one project.
- Added color functionality for background of project title.
- HTML
- Git
- CSS
- JavaScript
- Shields.io
- Webpack
- npm
- command-line tools such as git.
Starting out with todolist is easy, git clone the project and open from vscode. Run npm install and open index from chrome. That's it.
Reach out to us!
👤 Hillary Kiptoo
- LinkedIn: Hillary Kiptoo
- Github: @imhilla
- Twitter: @hillarykiptoo
👤 Muhammad Fahad Umer
- LinkedIn: Muhammad Fahad
- Github: @MFahadUmer
- Twitter: @engfahadumer
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- Thanks to Microverse for its support!
Give a ⭐️ if you like this project!