Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/german-cobian/books-list
This Javascript single-page app is an exercise in Javascript DOM manipulation, objects and classes. It allows the user to input the titles of books in his/her library along with the name of the author.
https://github.com/german-cobian/books-list
bootstrap css html javascript
Last synced: 12 days ago
JSON representation
This Javascript single-page app is an exercise in Javascript DOM manipulation, objects and classes. It allows the user to input the titles of books in his/her library along with the name of the author.
- Host: GitHub
- URL: https://github.com/german-cobian/books-list
- Owner: German-Cobian
- License: mit
- Created: 2021-09-13T16:50:21.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-13T19:59:35.000Z (over 2 years ago)
- Last Synced: 2024-12-19T23:11:08.667Z (20 days ago)
- Topics: bootstrap, css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Books-List
A Javascript single-page app that allows the user to input the titles of books in his/her library along with the name of the author.
![Add book](/assets/Add-book.png?raw=true "Add book")
The books are displayed in a listing, and can be removed from as they are read or discarded.
![Book list](/assets/Book-list.png?raw=true "Book list")
Additionally, there is a contact page that gives info on the apps authors.
![Contact info](/assets/Contact-info.png?raw=true "Contact info")
This project is an exercise in Javascript DOM manipulation, objects and classes.
### Setup and Install
* Open your terminal - Windows: `Win + R`, then type `cmd` | Mac: `Command + space`, then type `Terminal`
* Navigate to a directory of your choosing using the `cd` command
* Run this command in your OS terminal: `git clone [email protected]:German-Cobian/Books-List.git` to get a copy of the project
* Navigate to the project's directory using the `cd` command
* Open the index.html file in your web browser
* Fill up the book information on the form as requested.## Built With
* HTML
* CSS
* Bootstrap
* JavaScript
* Github workflow
* Linters(Lighthouse, stylelint, Webhint, eslint)## Author
👤 **Rocio Martinez**
- Github: [@Rocio01](https://github.com/Rocio01)
- Twitter: [@rugiada8801](https://twitter.com/rugiada8801)
- Linkedin: [zulma-rocio-martinez](https://www.linkedin.com/in/zulma-rocio-martinez)👤 **German Cobian**
* GitHub: [@German Cobian](https://github.com/German-Cobian)
* Twitter: [@GermanCobian1](https://twitter.com/GermanCobian1)
* LinkedIn: [@German Cobian](https://www.linkedin.com/in/german-cobian/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/German-Cobian/Books-List/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Guidelines for this project were supplied by [Microverse](https://github.com/microverseinc/curriculum-javascript/tree/main/books)
## 📝 License
[MIT](https://github.com/German-Cobian/Books-List/blob/develop/LICENSE) licensed.