V-Blaze / Awesome_Books_ES6

This is a basic website that allows users to add/remove books from a list. The list of books added by the user are persisted to the local storage and are always available to the user anytime He/She returns to the website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWESOME BOOK ES6 WEB_APP

  • This is a basic website that allows users to add/remove books from a list.

Built With

  • HTML

  • CSS

  • Javascript(ES6)

  • 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).

Linter Tests

  • npx hint .
  • npx stylelint "**/*.{css,scss}"
  • npx eslint .

Prerequisites

  • Have a local version control like Git. Which is a open source distributed version control system designed for source code management
  • A text editor (e.g Visual Studio Code, Vim, Atom & Sublime.)
  • A web browser (e.g Chrome, Safari, Mozilla Firefox.)
  • Live Server which is a web extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASPNET)
  • Download waves to check project accessibilty

Getting Started

To get a local copy up and running follow these simple example steps.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo by running the command
     git clone https://github.com/V-Blaze/Awesome_Books_ES6
  2. Open the directory of the project
    cd Awesome_Books_ES6
  3. Open the html file
    Click and open the html file

(back to top)

See the open issues for a full list of proposed features (and known issues).

Authors

👤 Valetine Blaze

🤝 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!

📝 License

  • This project is MIT licensed.

About

This is a basic website that allows users to add/remove books from a list. The list of books added by the user are persisted to the local storage and are always available to the user anytime He/She returns to the website.

License:MIT License


Languages

Language:JavaScript 97.8%Language:CSS 1.3%Language:HTML 0.9%