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

https://github.com/iamsjunaid/todo-list

A website that lets you store your tasks. It uses browser's localstorage to perform CRUD operations.
https://github.com/iamsjunaid/todo-list

es6 es6-modules html5-css3 javascript javascript-localstorage webpack

Last synced: 5 months ago
JSON representation

A website that lets you store your tasks. It uses browser's localstorage to perform CRUD operations.

Awesome Lists containing this project

README

          


# Todo-List using ES6

# 📗 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)

# 📖 Todo List

**Todo List** is a website that lets you add daily tasks in the browser localstorage.

## 🛠 Built With

### Tech Stack

HTML

CSS

Javascript

Webpack

### Key Features

- **Add tasks**
- **Remove tasks**
- **Create all tasks**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://iamsjunaid.github.io/todo-list/dist/)

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

Open VSCode and type ctrl+P, type

```sh
ext install ritwickdey.liveserver
```

### Setup

Clone this repository to your desired folder:

```sh
git clone git@github.com:iamsjunaid/todo-list.git;
```

### Usage

To run the project just click the Go Live button in the VSCode.

(back to top)

## 👥 Authors

👤 **Junaid Ahmed Syed**

- GitHub: [@iamsjunaid](https://github.com/iamsjunaid)
- Twitter: [@junaidahmedsyed](https://twitter.com/junaidahmedsd)
- LinkedIn: [@junaidsyed](https://www.linkedin.com/in/junaid-syed-058b2779/)

(back to top)

## 🔭 Future Features

- **Navigation**
- **Styling**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/iamsjunaid/todo-list/issues ).

(back to top)

## ⭐️ Show your support

If you like this project you can give a Star at project's [GitHub page](https://github.com/iamsjunaid/todo-list).

(back to top)

## 🙏 Acknowledgments

I would like to thank the code reviewers for making this project better.

(back to top)

## 📝 License

This project is [MIT](https://github.com/iamsjunaid/todo-list/blob/main/LICENSE) licensed.

(back to top)