https://oscarfmdev.github.io/awesomeBooks/
https://oscarfmdev.github.io/awesomeBooks/
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://oscarfmdev.github.io/awesomeBooks/
- Owner: OscarFMdev
- Created: 2022-09-19T17:20:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T17:08:15.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T10:44:59.486Z (over 1 year ago)
- Language: JavaScript
- Size: 464 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Awesome Books
In this project we created a low fidelity wire-frame with basic HTML and JavaScript classes, the learning objectives in this project are:
- Understand different ways to create objects in JavaScript.
- Create and access properties and methods of JavaScript objects.
## Built With
- HTML
- JavaScript
## Live Demo (if available)
[Live Demo Link](https://oscarfmdev.github.io/awesomeBooks/)
## Getting Started
### Prerequisites
* Have git installed. (For version control)
* Have text editor installed. (Preferably VSCode)
* Have CSS,HTML & JS Linters installed and configured. For further information, visit [this link](https://github.com/microverseinc/linters-config/blob/master/README.md) to get better understanding on each linters used on this project.
### Install
#### Linters Installation
- webhint - npm install --save-dev hint@7.x
- stylelint - npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- ESLint - npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
### Usage
This page registers books with author and title of the book. To register a book:
1. Type the author's name.
2. Type the book's title.
3. Click on Add button below.
4. The books will be added to the list and will be displayed.
To remove a book from the list:
1. Find the book in the list.
2. Click on remove button for the respective book.
## Authors
👤 **Oscar Fernández Muñoz**
- GitHub: [@OscarFMdev](https://github.com/OscarFMdev)
- Twitter: [@OscarFMdev](https://twitter.com/OscarFMdev)
- LinkedIn: [LinkedIn](https://linkedin.com/in/OscarFMdev)
👤 **Debby Miressa**
- GitHub: [@debby_miressa](https://github.com/DebbyMiressa)
- Twitter: [@debby_miressa](https://twitter.com/debby_miressa)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/debby-miressa-0b85b6182)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.