Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliatayee/to-do-list
This is a Webpack based to-do-list project. With this app, users can add thier daily routine tasks to the list, mark them as complet, edit them or delete them.
https://github.com/aliatayee/to-do-list
javascript microverse to-do-list webpack
Last synced: 24 days ago
JSON representation
This is a Webpack based to-do-list project. With this app, users can add thier daily routine tasks to the list, mark them as complet, edit them or delete them.
- Host: GitHub
- URL: https://github.com/aliatayee/to-do-list
- Owner: aliatayee
- License: mit
- Created: 2022-06-01T12:26:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T14:53:34.000Z (over 2 years ago)
- Last Synced: 2024-12-28T19:51:58.838Z (27 days ago)
- Topics: javascript, microverse, to-do-list, webpack
- Language: JavaScript
- Homepage: https://aliatayee.github.io/to-do-list/
- Size: 574 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To Do List
This is a Webpack based to-do-list project. With this app, users can add thier daily routine tasks to the list, mark them as complet, edit them or delete them.
![](./assets/images/Screenshot%20(169).png)## Major Technologies
- [ ] HTML5
- [ ] CSS
- [ ] JAVASCRIPT
- [ ] NPM
- [ ] WEBPACK
### Demo
[To Do List](https://aliatayee.github.io/to-do-list/)
### Install & SetupTo setup and install this sample To-Do List project, follow the below steps:
- Clone this project by the command:```
$ git clone https://github.com/aliatayee/to-do-list.git
```- Then switch to the project folder by the bellow query:
```
$ cd to-do-list
```- Then run the below command to install dependencies
```
$ npm i
```
- Finally, run the below command to start the project.```
$ npm start
```## Run tests
To run the tests for linters locally, you must have node installed on your computer. Install the necessary packages. Run npx stylelint "*/.{css,scss}" Run npx hint . Run npx eslint .### Prerequisites
- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.### Authors
👤 **Ali**- GitHub: [@aliatayee](https://github.com/aliatayee)
- Twitter: [@aqaatayee](https://twitter.com/aqaatayee)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc