/To-do-List

The aim of this project is to create a to-do list website that simply lists the things that you need to do and allows you to mark them as complete. It is built with ES6 and webpack.

Primary LanguageJavaScriptMIT LicenseMIT

To-do-List

This project is a simple HTML list of To-do tasks. This simple web page is built using webpack and served by a webpack dev server.

Built With

  • JavaScript
  • HTML
  • CSS
  • Webpack
  • VS Code

Setup

  • $ git clone https://github.com/enkog/To-do-List
  • $ cd To-do-List
  • $ npm install
  • $ npm install --only=dev
  • $ npm start (for development mode)
  • $ npm run build (for production mode)

Test unit

  • Install jest using the command $ npm install --save-dev jest
  • You can check for more information here jest version
  • Add this to package.json :
    • "scripts": {
      • "test": "jest"
    • }
  • run npm test

Live Demo

Live version

Authors

Feel free to reach out. I'm always happy to connect 🙂

👤 Oguadinma Nkiruka Ngozika

Nkiruka's Profile

👤 Ali Abbani

Ali's Profile

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse