microverse-m2-awbook-es6

In this project, we restructured Awesome books app code. The goal is to make it more organized by using modules. We also practiced the ES6 syntax that we have learned.

MIT License

Stars
13

microverse-m2-Awesome-books-es6

This project is about building Awesome Books using JavaScript and a copy of my awesome books project build by using ES6 syntax and modules.

Built With

-Lighthouse (An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more).

-Webhint (A customizable linting tool that helps you improve your site's accessibility, speed, cross-browser compatibility, and more by checking your code for best practices and common errors).

-Stylelint (A mighty, modern linter that helps you avoid errors and enforce conventions in your styles).

Prerequisites

VScode or other editor

Install

Cloning the project

git clone https://github.com/OybekKayumov/microverse-m2-awbook-es6.git

Getting packages and debugging with Stylelint

npm install --save-dev [email protected] [email protected] [email protected] [email protected]

For validation detection using Stylelint Run

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

from parent source directory

Getting packages and debuging with Webhint

npm init -y npm install --save-dev [email protected]

For validation detection using Webhint Run

npx hint .

Author

Oybek Kayumov

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

-This project was inspired by Microverse

License

This project is MIT licensed.

Related Projects