An open API service indexing awesome lists of open source software.

https://alfredbis29.github.io/ES6-Awesome-Book3/

A website for keeping track of your favorite books. This website displays a list of added books, allows adding new books and removing books from the list. It is built mainly using Javascript and Bootstrap.
https://alfredbis29.github.io/ES6-Awesome-Book3/

css es6 html javascript linters

Last synced: 8 months ago
JSON representation

A website for keeping track of your favorite books. This website displays a list of added books, allows adding new books and removing books from the list. It is built mainly using Javascript and Bootstrap.

Awesome Lists containing this project

README

          

# ES6-Awesome-Book3! [](https://img.shields.io/badge/Microverse-blueviolet)

My Awesome Books is a basic website that allows users to add/remove books from a list and achieved that by using JavaScript objects and arrays.

## Built With

- HTML & CSS, ES6
- linters
- JavaScript

## Live Demo

[Live Demo Link](https://alfredbis29.github.io/ES6-Awesome-Book3/)

Getting Started
To get the content of this project locally you need to run this command in your terminal:

[Awesome Books](git@github.com:Alfredbis29/ES6-Awesome-Book3.git)
Test For tracking linter errors locally you need to follow these steps:

After cloning the project you need to run this command

`npm install` This command will download all the dependancies of the project

For tracking the linter errors in HTML file run:

`npx hint .`

For tracking the linter errors in CSS file run:

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

And For tracking the linter errors in JavaScript file run:

`npx eslint .`

👤 **Alfred**

- GitHub:[GitHub](https://github.com/Alfredbis29)
- Twitter: [Twitter](https://twitter.com/AlfredBisimwa1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kalumuna-bisimwa-0501a81a8/)

🤝 **Contributing**

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](git@github.com:Alfredbis29/ES6-Awesome-Book3.git/issue).

## Show your support

Give a ⭐️ if you like this project! and advice me where to work upon it

## 📝 License

This project is [MIT](./MIT.md) licensed.