To_Do_List
To_Do_List copied to clipboard
This is educational project is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete
To Do list:Version 1.4
To Do list: Final Product
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!
Project 1:In this project, I will build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. This simple web page will be built using webpack and served by a webpack dev server.
Project 2: In this project, I will implement the CRUD (create, read, update, delete) methods. All the elements of the user interface will be fully functional and your application will be completed.
Project 3:In this project, I will add some functionality to your application to make it interactive. The user will also be able to mark task completion by selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.
📗 Table of Contents
- 📖 About the Project
- 🛠 Built With
- 🚀 Live Demo
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
📖 Project name
| Empty List | Filled List | Checked List | Delete List |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Here are some features of the page:
- Type content to be added
- Select items on the list
- Add items to listt
- Edit items in list
- Delete items from list
🛠 Built With
HTML
CSS
Javascript
(back to top)
🚀 Live Demo
To Do list-Version 1.4
To Do list-Version 1.4 README
To Do list-Version 1.3
To Do list-Version 1.3 README
To Do list-Version 1.2
To Do list-Version 1.2 README
To Do list-Version 1.1
To Do list-Version 1.1 README
(back to top)
💻 Getting Started
-
Create a local directory that you want to clone the repository.
-
Open the command prompt in the created directory.
-
On the terminal run this command git clone [https://github.com/Lucash2022/To_Do_List.git]
-
Go to the repository folder using command prompt cd To_Do_List
-
Install the dev dependencies for linters run npm install.
-
To start run npm start
(back to top)
Prerequisites
In order to run this project you need:
-A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
-VSCode or any other equivalent code editor
-Node Package Manager (For running, debuging, or installing dependancies to be used)
(back to top)
Setup
Clone this repository to your desired folder:
-
Open the command prompt in the created directory.
-
On the terminal run this command git clone https://github.com/Lucash2022/To_Do_List.git
-
Go to the repository folder using command prompt cd To_Do_List
-
Install the dev dependencies for linters run npm install.
-
To start run npm start --->
(back to top)
👤Authors
Lucas Erkana
githubhandle
twitterhandle
linkedIn
facebook
(back to top)
🔭 Future Features
-
Implement additional pages, which will allow the user to Register
-
Implement additional pages, which will allow the user to Login
(back to top)
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
(back to top)
⭐️ Show your support
Give a ⭐️ if you like this project!
(back to top)
🙏 Acknowledgments
Reem Mohamed
linkedIn
githubhandle
Botlhale Katlego Setou
linkedIn
githubhandle
(back to top)
📝 License
This project is MIT licensed.
(back to top)



