Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eccb7/todolist-review
https://github.com/eccb7/todolist-review
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eccb7/todolist-review
- Owner: Eccb7
- License: mit
- Created: 2023-06-21T07:49:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-24T21:33:35.000Z (over 1 year ago)
- Last Synced: 2023-08-10T19:02:25.460Z (over 1 year ago)
- Language: JavaScript
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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.
Client
Form backend service
- **Demo of Linters**
- **Demo of To-Do-List**
- [Live Demo Link](https://github.com/Eccb7/To-do-List/)
### 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 .
```
👤 **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)
- [ ] **Add mobile version**
- [ ] **Add Model**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Eccb7/To-do-List/issues).
If you like this project give ⭐️
I would like to thank my teammembers
This project is [MIT](./LICENSE) licensed.