CLICK HERE for the online version
This project aimed at setting up a simple but yet powerful to do list using ES6 and Webpack.This simple web page will be built using webpack and served by a webpack dev server.
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
Additional description about the project and its features.
- HTML, CSS and JavaScript(ES6) using Webpack
Requirements
- Make sure that there are no linter errors.
- Make sure that you used correct GitHub Flow.
- Make sure that you documented your work in a professional way.
- In the Clone this repository dialog, select the Clone in VS Code button. You can use the link below to clone to your local repo:
git@github.com:pasytchangwa/Awesome_books.git
-
If you have not already installed the Atlassian for VS Code extension, you will be prompted to install it.
-
Select Install > select the Reload Window and Open button in the info dialog.
-
In VS Code, select Clone a new copy from the dropdown menu.
-
When prompted, select the local storage location where you want to keep the cloned repository.
-
Select the Select repository location button.
-
Your repository will be cloned and stored in the location you chose. You can then open the repository and begin working on it in VS Code.
For tracking linter errors locally you need to follow these steps:
- After cloning the project you need to run this command
npm install This command will download all the dependancies of the project
- For tracking the linter errors in HTML file run:
npx hint .
- And for tracking the linter errors in CSS file run:
npx stylelint "*/.{css,scss}"
- And for tracking the linter errors in JavaScript file run:
npx eslint .
👤 Sylvestre
- GitHub: @pasytchangwa
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Microverse