Skip to content

Todo lists are a staple in beginning webdev tutorials because they can be very simple. There is, however, a lot of room for improvement and many features that can be added.

License

Notifications You must be signed in to change notification settings

vichuge/js-todo-list

Repository files navigation

To-do list - Javascript

To-do list in JavaScript is a practice project, which includes the user functionality to-do list with tasks assigned to different projects. We used Javascript, HTML5 and CSS3, to implement it.

screenshot

Live demo

Live demo here!

Built With

  • JavaScript
  • HTML5
  • Bootstrap
  • CSS3
  • npm
  • webpack

Prerequisites

  • Text Editor (VSCode is suggested.)

Setup

  • Install git
  • Open Terminal
  • Change directory to folder to download repository
  • Use cd <file-path>
  • Run git clone https://github.com/vichuge/js-todo-list.git
  • open the folder
  • double click index.html
  • Here comes the website on the local machine.

Test project using Jest

  • Open terminal
  • Clone the repo with git clone https://github.com/vichuge/js-todo-list.git
  • cd js-todo-list
  • use npm install
  • use npm test

Authors

👤 Imran Yousaf

👤 Victor Pacheco

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Project originally taken from The Odin Project
  • Project inspired by Microverse Program

📝 License

This project is MIT licensed.

About

Todo lists are a staple in beginning webdev tutorials because they can be very simple. There is, however, a lot of room for improvement and many features that can be added.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published