Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simbawangu/to-do-list
This website allows a user to add, edit or delete tasks to their todo list and displays the modified list after CRUD operations.
https://github.com/simbawangu/to-do-list
css html javascript
Last synced: 1 day ago
JSON representation
This website allows a user to add, edit or delete tasks to their todo list and displays the modified list after CRUD operations.
- Host: GitHub
- URL: https://github.com/simbawangu/to-do-list
- Owner: SimbaWANGU
- License: mit
- Created: 2022-04-26T09:24:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T09:01:14.000Z (over 2 years ago)
- Last Synced: 2023-03-05T01:58:59.685Z (almost 2 years ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 712 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To-Do-List
## Built With
- HTML5
- CSS
- Js
- Webpack## Live Demo (if available)
The live demo for the project can be found in the following [Tweet](https://twitter.com/simb_erella/status/1521054242391445504)
### Prerequisites
- Create Github repository
- Have VSCode or choice text editor installed
- Have Git installed
- HTML/CSS/JS Linters
- Good github workflow
### Setup
- `Git clone [email protected]:SimbaWANGU/To-Do-List.git`
- `cd To-Do-List`
- open file in preferred editor
- Run `npm install` to install dependencies
- Run `npm run build` for webpack
- Run `npm start` to start project in server
- HTML, CSS Linter configuration - https://github.com/microverseinc/linters-config/tree/master/html-css### Deployment
- The live link for the project can be found [here](https://simbawangu.github.io/To-Do-List/index.html)## Author
🧑 **Simba Eugene**- GitHub: [@SimbaWANGU](https://github.com/SimbaWANGU)
- Twitter: [@simb_erella](https://twitter.com/simb_erella)
- LinkesIn: [Simba Wangulu](https://www.linkedin.com/in/simba-wangulu/)## 🤝 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
- [Microverse](https://github.com/microverseinc)
## 📝 License
This project is [MIT](./MIT.md) licensed.