An open API service indexing awesome lists of open source software.

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.

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

**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."

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **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."**

(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:

```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
```

(back to top)

## 👥 Authors

👤 *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)

(back to top)

## 🔭 Future Features

- [ ] **[Add_more_Functionality with JavaScript]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project and follow me !

(back to top)

## 🙏 Acknowledgments

- I would like give thanks to Microverse for the opportunity to learn from this project.

(back to top)

## 📝 License

This project is [MIT](https://github.com/JoyTaribagshaw/To-Do-List-Project/blob/main/LICENSE) licensed.

(back to top)