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

https://github.com/thebwoyprogrammer/to-do-list

To-Do List is a simple web based application that gives users an opportunity to note and organize their daily tasks. This app is built with JavaScript, HTML/CSS.
https://github.com/thebwoyprogrammer/to-do-list

Last synced: 2 months ago
JSON representation

To-Do List is a simple web based application that gives users an opportunity to note and organize their daily tasks. This app is built with JavaScript, HTML/CSS.

Awesome Lists containing this project

README

        



logo

To-Do App README

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 To-Do App

> To-Do List is a simple web based application that allows users to manage their tasks from a smartphone, tablet and computer. This app is built with JavaScript, HTML/CSS.

## 🛠 Built With

### Tech Stack

Client

### Key Features

> This website allows users to manage their tasks from a smartphone, tablet and computer;

- **A user can add tasks**
- **A user can mark completed tasks**
- **A user can delete tasks**
### NOTE: Use the keyboard ENTER key to add a task

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://thebwoyprogrammer.github.io/To-Do-List/)

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

- NodeJS environment
- Preferred IDE
- Webpack

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/theBwoyProgrammer/To-Do-List.git
cd To-Do-List
```

### Install

Install this project with:

```sh
npm install
```

### Usage

To run the project, execute;

```sh
npm start
```

### Deployment

You can deploy this project using:

```sh
You can deploy the project using vercel or any preferred hosting service provider
```

(back to top)

## 👥 Authors

👤 **Hatim Eddinani**

- GitHub: [@theBwoyProgrammer](https://github.com/theBwoyProgrammer)
- Twitter: [@the_BwoyPrgrmmr](https://twitter.com/the_BwoyPrgrmmr)
- LinkedIn: [Hatim Eddinani](https://www.linkedin.com/in/hatimdev/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/theBwoyProgrammer/To-Do-List/issues).

(back to top)

## ⭐️ Show your support

If you like this project, don't forget to leave a star and follow me for more open source projects

(back to top)

## 📝 License

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

(back to top)