An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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.