- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
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.
Client
-
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
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.
In order to run this project you need:
Linters
cd Project-To-Do-List
npm install
Clone this repository to your desired folder:
cd my-folder
git clone [email protected]:tan12082001/Project-To-Do-List.git
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
You can deploy this project using:
gh-pages
👤 Tanmayi Manku
- GitHub: @tan12082001
- LinkedIn: LinkedIn
-
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
Contributions, issues, and feature requests are welcome! Feel free to check the GitHub page.
If you like this project give it a star.
I would like to thank Microverse for providing the required lessons and tutorials for successfully completing the project.
This project is MIT licensed.