/to-do-list

An interactive app that allows adding, editing and removing tasks of a to-do list. Drag-and-drop featured added. Webpack was used to bundle all the Js modules in to one main Js file.

Primary LanguageJavaScript

To-do List

A to-do list app

screenshot

This app let you to set your own to-do list.

Built With

  • HTML
  • CSS
  • JavaScript
  • WebPack
  • Jest

Live Page

Page Link

Getting Started

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

Prerequisites

  • Have git correctly installed.
  • Have NPM and NodeJs correctly installed.

Setup

  • Open a terminal window where you want to have installed a copy of the repository.

Install

  • Use this command to get a copy:
$ git clone git@github.com:helio3197/to-do-list.git
  • Install the required dependencies:
$ npm install

Usage

  • Run:
$ npm start
  • Build:
$ npm run build
  • Testing:
$ npm test
  • Edit the content as you like.

Authors

👤 Kenny Salazar

🤝 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!

Acknowledgments

  • Thanks to Microverse for the guidelines.

📝 License

This project is MIT licensed.