https://github.com/oscarfmdev/todolist
ToDoList is a webpage where the user can create, read, update and delete tasks (CRUD).
https://github.com/oscarfmdev/todolist
crud css html javascript webpack
Last synced: 4 months ago
JSON representation
ToDoList is a webpage where the user can create, read, update and delete tasks (CRUD).
- Host: GitHub
- URL: https://github.com/oscarfmdev/todolist
- Owner: OscarFMdev
- Created: 2022-09-27T19:28:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T16:31:48.000Z (over 3 years ago)
- Last Synced: 2023-03-12T01:06:38.059Z (over 3 years ago)
- Topics: crud, css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 280 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Todo list
In this project we will be using webpack to create, edit, and delete tasks from a list of tasks created by the user, the main goals of this project are:
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
## Built With
- JavaScript
- Webpack
- HTML & CSS
## Live Demo (if available)
[Live Demo Link](https://oscarfmdev.github.io/ToDoList/build/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
Have git installed. (For version control)
Have text editor installed. (Preferably VSCode)
Have CSS,HTML & JS Linters installed and configured. For further information, visit this link to get better understanding on each linters used on this project.
### Install
### Usage
With the todo list app you can:
- Create a new task.
- Add a new task.
- Delete a new task.
- Delete all the tasks completed.
## Authors
👤 **Oscar Fernández Muñoz**
- GitHub: [@OscarFMdev](https://github.com/OscarFMdev)
- Twitter: [@OscarFMdev](https://twitter.com/OscarFMdev)
- LinkedIn: [LinkedIn](https://linkedin.com/in/OscarFMdev)
## 🤝 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
I want to thank:
- My coding/learning partners for hearing my problems and helping me.
## 📝 License
This project is [MIT](./MIT.md) licensed.