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

https://github.com/alusp/todolist

A Todo List structure approach that helps you create a list of things you want to do throughout the day. Suppose you want to do something throughout the day that you can list here. Whenever you complete that task then you can delete it.
https://github.com/alusp/todolist

Last synced: 11 months ago
JSON representation

A Todo List structure approach that helps you create a list of things you want to do throughout the day. Suppose you want to do something throughout the day that you can list here. Whenever you complete that task then you can delete it.

Awesome Lists containing this project

README

          

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

# 📖 Todo List

>TODO-LIst is a project that is based on the html, javaScript, CSS and webpack exercise with add Remove Feature with Interactive list.

## 🛠 Built With

### Tech Stack

Client


  • HTML

  • CSS

  • JavaScript

  • Webpack

### Key Features

- Display Featured speakers
- Tell about the Company
- Fully Responsive

(back to top)

## 🚀 Live Demo

- [Here](https://alusp.github.io/ToDolist/)

(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
Node.js
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Alusp/ToDolist.git
```

### Install

Install this project with:

```sh
cd ToDolist
npm install
```

### Usage

Type the following command in the terminal
- npm install
- npm run build
- npm start

### Deployment

Project reside in this Repo and is hosted on Github pages. You can clone the repo or download the files manually to your local machine.
below is the online link for this website:

[Demo-Link](https://alusp.github.io/ToDolist/)

(back to top)

## 👥 Authors

👤 **Alusine JAlloh**

- GitHub: [@Alusp](https://github.com/Alusp)
- LinkedIn: [@alusine-jalloh](https://www.linkedin.com/in/alusine-jalloh)

(back to top)

## 🔭 Future Features

- [ ] Add Reminders
- [ ] Add count down
- [ ] Add Categories

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Alusp/ToDolist/issues).

(back to top)

## ⭐️ Show your support

If you like this project please leave a star

(back to top)

## 🙏 Acknowledgments

- Microverse
- Hat tip to anyone whose code was used
- Inspiration
- etc

(back to top)

## 📝 License

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

(back to top)