Skip to content

Project to build a simple HTML list of To Do tasks. The list will be styled according to the specifications given by Microverse This simple web page will be built using webpack and served by a webpack dev server.

Notifications You must be signed in to change notification settings

marurevi/To-do-List

Repository files navigation

To Do list: Interactive List

In this project, I add some functionality to the application to make it interactive. The user will also be able to mark task completion by selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.

Built With

  • Html
  • Css
  • JavaScript
  • Webpack

Live Demo

You can see the Live Demo here.

Getting Started

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

Prerequisites

Git Bash or equivalent tool to clone the repository to your hard drive. Browser to see the results. Have installed a version of Node.js

Setup

Prepare a folder in your hard drive to copy the files to.

Install

Open Git Bash and execute the following commands:

Usage

Inicialize the package.json with the comand: {npm init -y} Then change the files in {./src} Finally write {npm} start on the {command} line.

Deployment

No needed.

Author

👤 Mariana Revilla Lérida

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

Project to build a simple HTML list of To Do tasks. The list will be styled according to the specifications given by Microverse This simple web page will be built using webpack and served by a webpack dev server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published