https://github.com/eccb7/to-do-list
This project is about a simple app that enables one add and remove there tasks they have based on which they have and haven't completed.
https://github.com/eccb7/to-do-list
Last synced: about 1 month ago
JSON representation
This project is about a simple app that enables one add and remove there tasks they have based on which they have and haven't completed.
- Host: GitHub
- URL: https://github.com/eccb7/to-do-list
- Owner: Eccb7
- License: mit
- Created: 2023-06-15T20:23:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T18:07:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T02:47:59.259Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 978 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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)
- [💻 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://eccb7.github.io/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.