Skip to content

Nasirkhan294/to-do-list

Repository files navigation

To-do List

📗 Table of Contents

📖 To-do List

To-do List: This is a simple web-based TODO list application built using HTML, CSS, and JavaScript. The application allows users to create, read, update, and delete tasks from their to-do list. Users can mark tasks as completed, sort them by priority, and search for specific tasks. It uses local storage to store the user's tasks, so they don't have to worry about losing their data. This project is a great starting point for those who want to learn web development or want to build their own task management application.

🛠 Built With

  • HTML
  • CSS
  • JavaScript

Key Features

  • Single Page App
  • Add, Remove, Edit and Delete Functionality
  • Medium Fidelity Design

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

   ssh code:
   git@github.com:Nasirkhan294/to-do-list.git

Setup

Clone this repository to your desired folder:

  cd desired-folder
  git clone git@github.com:Nasirkhan294/to-do-list.git

Deployment

You can deploy this project using Github-Pages. In order to make your project live on Github, you'll want to push your updated repo by using these commands:

git add --all or git add .

git commit -m "your commit message"

git push origin {i.e, your repo name}

(back to top)

👥 Authors

👤 Nasirkhan294

(back to top)

🔭 Future Features

  • Reorder list by dragging

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Please support this project and be a part of something meaningful and impactful. Your contribution can make a significant difference and help us achieve our goals faster.

(back to top)

🙏 Acknowledgments

To all the individuals whose creativity and dedication inspired the codebase, I want to express my heartfelt gratitude. Your tireless efforts have left an indelible mark on this project and your contributions will be remembered for years to come. Thank you for being an integral part of our success.

(back to top)

❓ FAQ

  • Can I fork and reuse this repository?

Absolutely! Please feel free to fork and reuse this repository for your own projects.

  • Is it okay to improve this repository? Will my changes be accepted?

Definitely! We welcome any improvements or new ideas you may have. If your changes are good and align with the project's goals, we would be happy to accept them.

(back to top)

📝 License

This project is MIT licensed.

(back to top)