Skip to content

OybekKayumov/microverse-m2-awbook-es6

Repository files navigation

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.

Awesome Books design

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 stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

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 hint@6.x

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published