jonathanmunamire / To-Do-List

User-friendly website where users can easily create and interact with a simple to-do list. They can add, complete, delete, and update tasks, providing an organized and efficient way to manage their responsibilities. Built with JavaScript

Home Page:https://jonathanmunamire.github.io/To-Do-List/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do-List

Project to Display List of Things to do, to add them, mark them and remove then how you want

Built With

  • Html
  • Css
  • Js

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Browser
  • Git
  • A Code Editor (like VS Code for example)

Setup

  1. Clone this repository git clone https://github.com/jonathanmunamire/To-Do-List.git
  2. run npm install to install all the necessary dependencies including the linters
  3. run npm install --save-dev jest to install jest to your root directory
  4. Add the following to your package.json: { "scripts": { "test": "jest" } }

Install

Open Html file in preferred browser

Deployment

Live Demo Link

To get a local copy up and running follow these simple example steps.

Authors

👤 Author

🤝 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

  • Hat tip to anyone whose code was used

📝 License

This project is MIT licensed.

About

User-friendly website where users can easily create and interact with a simple to-do list. They can add, complete, delete, and update tasks, providing an organized and efficient way to manage their responsibilities. Built with JavaScript

https://jonathanmunamire.github.io/To-Do-List/dist/

License:MIT License


Languages

Language:JavaScript 79.4%Language:CSS 14.9%Language:HTML 5.7%