Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eccb7/todolist-review


https://github.com/eccb7/todolist-review

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        




To-do-List App


# 📗 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)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 To-do-List

**To do list** is a repository.In this project,In this project, you will build a simple HTML list of To Do tasks. This simple project has been built using webpack and served by a webpack dev server.

## 🛠 Built With

### Tech Stack

Client

Form backend service

### Key Features

- **Demo of Linters**
- **Demo of To-Do-List**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://github.com/Eccb7/To-do-List/)

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

- web browser
- git-syn
- code editor

### Setup

Clone this repository to your desired folder:

git clone https://github.com/Eccb7/To-do-List.git

### Install

To install all dependencies, run:
```
npm install
```

### Usage

To run the project, execute the following command:

To run the project, follow these instructions:

- Clone this repo to your local machine.

### 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 .
```

(back to top)

## 👥 Author

👤 **Ojwang Briton**

- GitHub: [@Eccb7](https://github.com/Eccb7)
- Twitter: [@briton_otieno4](https://twitter.com/briton_otieno4)
- LinkedIn: [briton-otieno-ba6591244](https://linkedin.com/in/briton-otieno-ba6591244)

(back to top)

## 🔭 Future Features

- [ ] **Add mobile version**
- [ ] **Add Model**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project give ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank my teammembers

(back to top)

## 📝 License

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

(back to top)