/Todo-List

A simple and Intuitive Todo List app curated from vanila Javscript

Primary LanguageJavaScriptMIT LicenseMIT

The Todo List

Contributors Forks Stargazers Issues

In this project, we are building TODO List with javascript vanilla, ES6 and webpack.

Landing Page

screenshot1

Adding To-Do List

screenshot2

Adding Project Title

screenshot2

Todo state

screenshot2

Live Demo

Built With

  • HTML + CSS
  • JavaScript
  • Bootstrap

Getting Started

To get started with the app, cd to the directory where you would like the repo to live by typing on your terminal:

Clone the repo typing:

$git clone https://github.com/Cyrus-Kiprop/Todo-List.git

User Interation UI

  • User can view all projects.
  • Users can view all todos in each project.
  • Users can expand a single todo to see/edit its details.
  • Users can delete a todo.
  • Users can toggle between complete and uncomplete by just clicking the check box.
  • Users can add a project title under which they want to add the todo list.

Authors

👤 Cyrus Kiprop

👤 Shubham Raj

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Future Enhancement

  • Adding More Validation.
  • Making the Mobile friendly.