Skip to content

In this To-do-List project, a simple HTML page that displays list of To Do tasks is built. This web page uses webpack and served by a webpack dev server.

License

Notifications You must be signed in to change notification settings

tan12082001/Project-To-Do-List

Repository files navigation

Tanmayi's To-Do-List

📗 Table of Contents

📖 To Do List

To Do List is a working webpage with more user interactions using JavaScript, mainly JavaScript Objects and Classes where we can add new lists to the collection of data and display them in the webpage with an added feature, remove feature and drag feature.

🛠 Built With

Tech Stack

Client

Key Features

  • Display the dynamically created lists

  • Responsive Web design

  • Adding a new To-Do task

  • Removing an existing To-Do Task

  • Displaying the existing tasks from LocalStorage

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

In this To-do-List project, a simple HTML page that displays the list of To-Do tasks is built. This web page uses webpack and served by a webpack dev server. To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Linters

 cd Project-To-Do-List
 npm install

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone [email protected]:tan12082001/Project-To-Do-List.git

Usage

To run the project, if you are using a Code Editor make use of a live server. If you are working with webpack you can run the local host with the following command.

  npm start

Deployment

You can deploy this project using:

  gh-pages

(back to top)

👥 Authors

👤 Tanmayi Manku

(back to top)

🔭 Future Features

  • Deployment of the TO-DO list Webpage

  • Can Update/Edit a To-Do task

  • Clearing all the completed tasks by clicking the clear-all-checked button

  • Adding a drag event to a task and re-ordering the tasks in the array

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the GitHub page.

(back to top)

⭐️ Show your support

If you like this project give it a star.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for providing the required lessons and tutorials for successfully completing the project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

In this To-do-List project, a simple HTML page that displays list of To Do tasks is built. This web page uses webpack and served by a webpack dev server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published