Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A to-do list application created with HTML, CSS and JavaScript that is able to track activities..
https://github.com/simplegoose/todo-list

application javascript list to-do-app

Last synced: 2 days ago
JSON representation

A to-do list application created with HTML, CSS and JavaScript that is able to track activities..

Awesome Lists containing this project

README

        

TO-DO List

# 📗 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](#faq)
- [📝 License](#license)

# 📖 [TO-DO List]

**TO-DO list** is a simple project that is created using JavaScript and bundled using Webpack.

## 🛠 Built With

### Tech Stack

Client


  • HTML



  • CSS



  • JavaScript

### Key Features

- **Add to-do item**
- **Remove to-do item**
- **Store tasks to local storage**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://simplegoose.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:

Setup git if you don't have git.
Setup node if you don't have node.js.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:simplegoose/todo-list.git
or
git clone https://github.com/simplegoose/todo-list.git
```
-

### Install

Install this project with:

```sh
cd my-project
npm install
```
-

### Usage

To run the project, execute the following command:

```sh
npm start
```

(back to top)

## 👥 Authors

👤 **Simplegoose**

- GitHub: [@githubhandle](https://github.com/simplegoose)

(back to top)

## 🔭 Future Features

- **[API Integration]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project leave me a start on github.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse.

(back to top)

## 📝 License

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

(back to top)