Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/masumajaffery/todo-list
- Owner: MasumaJaffery
- Created: 2023-06-14T07:41:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-24T21:40:15.000Z (over 1 year ago)
- Last Synced: 2024-12-15T11:10:24.608Z (about 2 months ago)
- Topics: ecmascript, es6, javascript
- Language: JavaScript
- Homepage: https://masumajaffery.github.io/ToDo-List/dist/
- Size: 985 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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]** allows users to add, remove to-do tasks from list.
HTML+CSS+JS+GITHUB
Technologies
- **[User-Interactive]**
- **[Adaptability]**
- **[Performance]**
- [Live Demo Link](https://masumajaffery.github.io/ToDo-List/dist/)
> 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".
👤 **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/)
- [ ] **[Add More Functionality]**
- [ ] **[Add Features]**
Contributions, issues, and feature requests are welcome!
If you like this project, I would like to Thank You!
Special Thanks to Microverse!
This project is [MIT](./MIT.md) licensed.