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

https://github.com/tumainimaganiko/to-do-lists

A to-do list app is a productivity tool designed to help users to create and maintain lists of tasks that they need to complete and it allows user to edit their tasks even after the task is saved. Built with CSS, HTML, and JAVASCRIPT.
https://github.com/tumainimaganiko/to-do-lists

css3 html5 javascript

Last synced: about 1 year ago
JSON representation

A to-do list app is a productivity tool designed to help users to create and maintain lists of tasks that they need to complete and it allows user to edit their tasks even after the task is saved. Built with CSS, HTML, and JAVASCRIPT.

Awesome Lists containing this project

README

          




Tumaini Maganiko

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 To Do List PROJECT ](#--to-do-list-project-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [`npm start`](#npm-start)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [`npm run build`](#npm-run-build)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 To Do List PROJECT

## 🛠 Built With
1. HTML
2. CSS
3. JAVASCRIPT
4. Modules
5. Webpack

### Tech Stack

Client

### Key Features

- User can add a task to the todo.
- User can edit saved tasks.
- User can delete a task.
- User can mark a task as completed.
- User can clear all completed tasks.

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://tumainimaganiko.github.io/To-Do-Lists/dist/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

1. Web browser
2. Code editor
3. Git-smc

### Setup

To get a local copy up and running follow these simple example steps.

- git clone https://github.com/tumainimaganiko/To-Do-Lists
- cd To-Do-Lists
- npm install

### Usage

To run the project, execute the following command:

### `npm start`
Open [http://localhost:8080](http://localhost:8080) to view it in your browser.

### Run tests

Coming soon

### Deployment

### `npm run build`

```
Builds the app for production to the build folder.

It correctly bundles the project in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
```

(back to top)

## 👥 Author

👤 Tumaini Maganiko

- GitHub: [@tumainimaganiko](https://github.com/tumainimaganiko)
- Twitter: [@Chief2maini](https://twitter.com/Chief2maini)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tumaini-maganiko-991b30262/)

(back to top)

## 🔭 Future Features
- Enabling user set a reminder for a certain tasks

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b 'branchname'`)
3. Commit your Changes (`git commit -m 'Add some branchname'`)
4. Push to the Branch (`git push origin branchname`)
5. Open a Pull Request

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project rate me star

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)