https://github.com/joytaribagshaw/to-do-list-project
To Do List is a project which consists of some basic functionality for adding and removing tasks from a checklist. Built with Javascript and bundled with Webpack.
https://github.com/joytaribagshaw/to-do-list-project
api css3 html5 javascript webpack
Last synced: 3 months ago
JSON representation
To Do List is a project which consists of some basic functionality for adding and removing tasks from a checklist. Built with Javascript and bundled with Webpack.
- Host: GitHub
- URL: https://github.com/joytaribagshaw/to-do-list-project
- Owner: JoyTaribagshaw
- License: mit
- Created: 2023-07-12T19:35:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T12:03:41.000Z (almost 3 years ago)
- Last Synced: 2025-09-21T18:56:15.993Z (10 months ago)
- Topics: api, css3, html5, javascript, webpack
- Language: JavaScript
- Homepage: https://joytaribagshaw.github.io/To-Do-List-Project/
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To-Do List
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 To Do List ](#-Awesome-books-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**To DO List** "This application is a straightforward to-do list project implemented in JavaScript. It enables users to easily add, remove, and mark tasks as complete. With its intuitive and user-friendly interface, managing your daily tasks becomes efficient and hassle-free."
Client
- **Add tasks: Easily add new tasks by typing into the input field and pressing the enter key.**
- **Remove tasks: Remove tasks from the list by clicking on the delete button associated with each task.**
- **"To indicate task completion, simply click on a task. Once clicked, the task will be marked as completed, and a line will appear through it."**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
sudo apt install git-all
or
npm install
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Akorede3133/To-Do-List-webpack.git
```
### Usage
To run the project, execute the following command:
```sh
Open index.html in browser
or
open with Live server in Vscode
```
👤 *Joy Tari*
- GitHub: [Joy](https://github.com/JoyTaribagshaw)
- Twitter: [Joy](https://twitter.com/JoyTariBagshaw)
- LinkedIn: [Joy](https://www.linkedin.com/in/joy-tari-bagshaw-b8b891236?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BlJIF9fsfQCO4UIewGNO%2B%2FQ%3D%3D)
- [ ] **[Add_more_Functionality with JavaScript]**
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project and follow me !
- I would like give thanks to Microverse for the opportunity to learn from this project.
This project is [MIT](https://github.com/JoyTaribagshaw/To-Do-List-Project/blob/main/LICENSE) licensed.