Skip to content

In this project, I built a simple To-do-List-App which adds and remove tasks using HTML/CSS to build the app and JavaScript to add functionalities to the app by using webpack dev server

Notifications You must be signed in to change notification settings

rmjspecial/To-Do-List-App

Repository files navigation

To-do-List

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.

Live Demo

link to live demo

Built With

  • JavaScript
  • HTML
  • CSS

Getting Started

Prerequisites

  • Install Webpack and webpack-cli
  • Install Webpack dependencies
  • Create webpack.config.js file, and relevant dependencies to serve the webapp
  • Make a folder for your input files and name it src.Add index.js, style.css and module.js file for implementing the required functionality - In this iterate through an array of objects, and display the objects by their index number in ascending order
  • Dynamically iterate through the array of objects to display them in a webpage in ascending order
  • Request the web page with a web-dev-server or a live-server depending on your environment

Setup

  • Linters
  • Git bash (optional: vscode gitbash terminal)

Install

  • Live server on VScode

Author

👤 Rejoice Evans

🤝 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

  • Hat tip to anyone who's code/resource was used
  • Inspiration
  • Microverse student community

📝 License

This project is MIT licensed.

About

In this project, I built a simple To-do-List-App which adds and remove tasks using HTML/CSS to build the app and JavaScript to add functionalities to the app by using webpack dev server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published