/To-Do-List

The to-do list is a simple app designed to keep track of activities, such as pending tasks or completed ones. It was built using JavaScript and saves tasks in the local storage, allowing users to retrieve the information later.

Primary LanguageJavaScriptMIT LicenseMIT

logo

To Do List Readme

📗 Table of Contents

📖 To-do-List

What is To-do list?

To-Do list is a simple project to keep track of the daily activities, You can add, delete or mark as completed your tasks!

🛠 Built With

Tech Stack

You can see the tech stack used here below:

Client
Server
Database

Key Features

Some Key Features for this project:

  • Include Local Storage functionality
  • Add, remove or delete tasks
  • Mark Items as complete
  • Clear all completed task
  • Preserve any modification to the task list

(back to top)

🚀 Live Demo

Do you want to play around? take alook to the live demo!

(back to top)

💻 Getting Started

Do you Want to use the project?

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

Prerequisites

In order to run this project you need:

  • node installed
  • git installed
  • code editor

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Diegogagan2587/To-Do-List.git

Install

Install this project with:

  cd my-project
  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

so far no test available, let me know if you want to provide any idea!

Deployment

You can deploy this project using in your own repository using github pages, more info on the next link. https://pages.github.com/

(back to top)

👥 Authors

Do you want to know about the creators? take a look!

👤 Diego vidal Lopez

Three dots icons created by alkhalifi design - Flaticon

(back to top)

🔭 Future Features

features I will add to the project.

  • Reordering a Selected item(as drag and drop)

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Would you like to contribute? Contact me at:

diego27796gagan@gmail.com

(back to top)

🙏 Acknowledgments

credit to everyone who inspired my project.

I would like to thank to Microverse for providing this challenge.

(back to top)

📝 License

This project is MIT licensed.

(back to top)