/peer-code-review

Primary LanguageJavaScriptMIT LicenseMIT

Project Name

To-Do List

This is a simple to-do list application built with JS, HTML, and CSS using webpack and linters.

Built With

  • HTML5, CSS3 and JavaScript
  • Technologies used: linters to check code style and code review, webpack to bundle and minify the code.

Live Demo

Live Demo

Prerequisites

If you wish to run the project locally, please do the following: 1.- Install Node.js and npm if you haven't already. To install Node.js, follow the instructions on Node.js. To install npm, run the following command in your terminal:

npm install -g npm

2.- Install webpack and linters. To install webpack, run the following command in your terminal:

npm install -g webpack

or follow the instructions on webpack. To install linters, run the following command in your terminal:

npm install -g eslint
npm install -g stylelint
npm install -g webhint

or follow the instructions on eslint, stylelint, and webhint.

Also you can clone the repository and most of the jobs will be done for you.

Once you have the setup and the project locally, you can run the project using the following command in your terminal:

npm run build

and if you want to watch the changes live, run the following command:

npm start

also you can run npm run watch to make webpack watch the changes and rebuild the project without having to run the build command again.

👤 Author1

Show your support

Give a ⭐️ if you like this project!

📝 License

The MIT License (MIT)