Skip to content

Effortlessly manage your daily tasks with our powerful to-do list website, Built using HTML/CSS/JS, bundle using Webpack with Unit test using Jest

License

Notifications You must be signed in to change notification settings

ichsansandy/webpack-todo-list-microverse

Repository files navigation

Webpack To Do List - Microverse Project

📗 Table of Contents

📖 Webpack To Do List - Microverse Project

Webpack To Do List is a milestone project for microverse student in JavaScript Module to learn about Webpack and ES6

🛠 Built With

Tech Stack

Client

Key Features

  • Fast and Optimized by Webpack

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

    node

Setup

Clone this repository to your desired folder:

  git clone https://github.com/ichsansandy/webpack-todo-list-microverse.git

Install

Install this project with:

  cd webpack-todo-list-microverse
  npm install

it will install the required package for running the project

Usage

In this project , its included linter for HTML, CSS and JavaScript To use them, execute the following command:

    npx hint .
    npx stylelint "**/*.{css,scss}"
    npx eslint .

To build the webpack bundle you can run this command

    npm run build

Deployment

You can deploy this on your local dev server

    npm run start

Once success it will automaticly running, you should see your application working at: http://localhost:8080/. Every change you make in js or css files now should be reflected in a browser a few seconds later.

Run Test

You can run test using this command

    npm run test

This project use jest to test some function in the javascript modules

(back to top)

👥 Author

👤 Ichsan Sandy

👤 Andry Narson

👤 Diana Beki

(back to top)

🔭 Future Features

  • Add Account System

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can share this project to your friend

(back to top)

🙏 Acknowledgments

I would like to thank microverse for this project

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Effortlessly manage your daily tasks with our powerful to-do list website, Built using HTML/CSS/JS, bundle using Webpack with Unit test using Jest

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published