Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grandi0z/to-do-list
To-do list is a very impressive mini task manager: the user can add a task, delete a task, or delete the list of completed tasks
https://github.com/grandi0z/to-do-list
bootstrap5 javascript webpack
Last synced: about 1 month ago
JSON representation
To-do list is a very impressive mini task manager: the user can add a task, delete a task, or delete the list of completed tasks
- Host: GitHub
- URL: https://github.com/grandi0z/to-do-list
- Owner: Grandi0z
- License: mit
- Created: 2023-01-17T22:12:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T06:57:16.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T15:25:46.757Z (8 months ago)
- Topics: bootstrap5, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To Do list
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Awesome Books ](#-awesome-books-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)**To-Do list** is a simple task manager
The following stacks were used
Not yet published
- **Add task**
- **Remove task**
- **Remove completed tasks**
### Prerequisites
In order to run this project you need to have a browser and of course a code editor
### Setup
Clone this repository to your desired folder, you can also set up HTML, CSS and JavaScript linters, for this you will need node installed. you can follow the steps [here](https://github.com/microverseinc/linters-config/tree/master/html-css) and [here](https://github.com/microverseinc/linters-config/tree/master/javascript) to setup the linters
### Install
Once you cloned this project you are done !
### Usage
To run the project, you can simply open the index.html file with your favorite browser.
### Run tests
If you follow the tutorial above to setup linters then you can run these tests
```$
npx hint .
```
```$
npx stylelint "**/*.scss"
```
or if you use css then run this instead of the latter command above
```$
npx stylelint "**/*.{css,scss}"
```
### Deployment
You can deploy this project using: GitHub Pages
👤 **Joseph L Kausi**
- GitHub: [@Grandi0z](https://github.com/Grandi0z)
- Twitter: [@Joseph_LSK](https://twitter.com/Joseph_LSK)
- LinkedIn: [Joeph L Kausi](https://linkedin.com/in/Joeph_l_Kausi)
> Describe 1 - 3 features you will add to the project.
- [ ] **Awesome Design**
- [ ] **Data base storage**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Grandi0z/To-Do-list/issues).
If you like this project you can follow me on github for more.
thanks to Microverse for providing the necessary resources.
- **Are the linters necessary?**
- It is a good practice to install and use them as they guide you towards best practice, but yes you can do without.
This project is [MIT](https://choosealicense.com/licenses/mit/) licensed.