/todo_list

A simplified list crud that adds, removes and edits items

Primary LanguageJavaScript

To-do list

This project is as simplified todo list crud.

Built With

  • HTML
  • CSS
  • JavaScript
  • Webpack

Live version

See live version

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Install webpack dependencies
  • lodash librrary needs to be installed.

Setup

run the following commands

  • npm install webpack webpack-cli --save-dev
  • npm install --save lodash
  • npm install --save-dev webpack-dev-server

Run tests

For testing you can do it with the command:

  • npm start

Deployment

You can build the project using the command:

  • npm run build

Authors

👤 **Fernando Saldaña

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.