awesome-books

This project includes adding and removing books from the book list. The project is used plain HTML, CSS, and JavaScript.

Stars
5

AWESOME-BOOKS | MODULE-II

This is a team project being built in our second module of our curriculum at microverse. its a book application were you are able to add and remove book to a list

Our goal here is to Build a book application with add and remove feature from scratch using JavaScripts. click here to see deployed live version

Features implemented so far are:

  • Responsive HTML page
  • Add book feature
  • Remove book feature
  • Saving current state of book list to local storage
  • Live date and time update using luxos library

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).
  • ESlint (A mighty, modern linter that helps you avoid errors and enforce conventions in JavaScript codes)
  • Luxos (A library for dealing with dates and times in JavaScript.)

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

Prerequisites

The basic requirements for building the executable are:

  • A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
  • VSCode or any other equivalent code editor
  • Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)

Getting Started

Cloning the project

git clone  https://github.com/harlexkhal/Awesome-books <Your-Build-Directory>

Getting packages and debuging 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 ESlint

npm install --save-dev [email protected] [email protected] [email protected] [email protected]
For validation detection using Stylelint Run
npx eslint .
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 .
from parent source directory

Authors

👤 Author1

👤 Author2

🤝 Contributing

License

All source code files are licensed under the permissive zlib license (http://opensource.org/licenses/Zlib) unless marked differently in a particular folder/file.

Related Projects