divinecharlotte / Awesome-books-with-ES6

This is a project to make a simple website that displays a list of books and allows you to add and remove books from that list. The goal is to make it more organized by using modules and practice the ES6 syntax. Built with JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome-books-with-ES6

This project is about building a book keeping website. Where folks can store their favortie book names. And can also delete those, whenever, needed. aweso

Live demo

Live Demo

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/iambenkis/Awesome-books-with-ES6.git
For validation detection using Stylelint Run
 npx stylelint "**/*.{css,scss}"

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

👤 Divine Charlotte

🤝 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

About

This is a project to make a simple website that displays a list of books and allows you to add and remove books from that list. The goal is to make it more organized by using modules and practice the ES6 syntax. Built with JavaScript


Languages

Language:JavaScript 98.1%Language:HTML 1.0%Language:CSS 0.9%