Skip to content

To-do list is a very impressive mini task manager: the user can add a task, delete a task, or delete the list of completed tasks

License

Notifications You must be signed in to change notification settings

Grandi0z/To-Do-list

Repository files navigation

logo

To Do list

📗 Table of Contents

📖 Awesome Books

To-Do list is a simple task manager

🛠 Built With

Tech Stack

The following stacks were used

Key Features

Not yet published

  • Add task
  • Remove task
  • Remove completed tasks

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need to have a browser and of course a code editor

Setup

Clone this repository to your desired folder, you can also set up HTML, CSS and JavaScript linters, for this you will need node installed. you can follow the steps here and here to setup the linters

Install

Once you cloned this project you are done !

Usage

To run the project, you can simply open the index.html file with your favorite browser.

Run tests

If you follow the tutorial above to setup linters then you can run these tests

  npx hint .
  npx stylelint "**/*.scss"

or if you use css then run this instead of the latter command above

  npx stylelint "**/*.{css,scss}"

Deployment

You can deploy this project using: GitHub Pages

(back to top)

👥 Authors

👤 Joseph L Kausi

(back to top)

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • Awesome Design
  • Data base storage

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can follow me on github for more.

(back to top)

🙏 Acknowledgments

thanks to Microverse for providing the necessary resources.

(back to top)

❓ FAQ (OPTIONAL)

  • Are the linters necessary?

    • It is a good practice to install and use them as they guide you towards best practice, but yes you can do without.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

To-do list is a very impressive mini task manager: the user can add a task, delete a task, or delete the list of completed tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published