Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

To Do List Web App allows users to track their tasks and also add, remove to-do tasks from list by functionality of ES6.
https://github.com/masumajaffery/todo-list

ecmascript es6 javascript

Last synced: about 1 month ago
JSON representation

To Do List Web App allows users to track their tasks and also add, remove to-do tasks from list by functionality of ES6.

Awesome Lists containing this project

README

        



logo

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](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 [To-Do List]

**[To-Do List]** allows users to add, remove to-do tasks from list.

## 🛠 Built With

### Tech Stack

HTML+CSS+JS+GITHUB

Technologies

### Key Features

- **[User-Interactive]**
- **[Adaptability]**
- **[Performance]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://masumajaffery.github.io/ToDo-List/dist/)

(back to top)

## 💻 Getting Started

> Describe how a new developer could make use of your project.

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

### Prerequisites

In order to run this project you need the following tools:
- Node installed in your computer
- IDE(e.g.: Vscode,...)
- HTML-CSS-JS-GitHub
- etc.

### Setup

Clone this repository to your desired folder:

### Install

- Install project's packages with:

```sh
cd ToDo-List

npm install or npm i
```

### Usage

To run the project, execute the following command:

Open index.html using live server extention.

## Run Tests

To run tests, run the following command:

Track HTML linter errors run:
npx hint .
Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
Track JavaScript linter errors run:
npx eslint .

## Deployment

You can deploy this project using: GitHub Pages,
- I used GitHub Pages to deploy my website.
- For more information about publishing sources, see "About GitHub pages".

(back to top)

## 👥 Authors

👤 **Syeda Masuma Fatima**

- GitHub: [@MasumaJaffery](https://github.com/MasumaJaffery)
- Twitter: [@MasumaJaffery](https://twitter.com/MasumaJaffery)
- LinkedIn: [Masuma Jaffery](https://www.linkedin.com/in/masuma-jaffery-797a29256/)

(back to top)

## 🔭 Future Features

- [ ] **[Add More Functionality]**
- [ ] **[Add Features]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project, I would like to Thank You!

(back to top)

## 🙏 Acknowledgments

Special Thanks to Microverse!

(back to top)

## 📝 License

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

(back to top)