Library app allows users to manage books in their books collections. Users can enter the title, name of author, number of pages of the books and can mark these as either read or not-read.
The app is designed with a view to practice Html (using bootstrap as a framework) with javascript. In regards to javascript the focus is on DOM manipulation.
To get a local copy up and running follow these simple example steps:
- Html
- Javascript
- Open your terminal - Windows:
Win + R
, then typecmd
| Mac:Command + space
, then typeTerminal
- Navigate to a directory of your choosing using the
cd
command - Run this command in your OS terminal:
git clone git@github.com:EroAuditore/library.git
to get a copy of the project - Navigate to the project's directory using the
cd
command - Run
git checkout feature/librar
to work inside the proper branch of the project - Open the
index.html
file in the web browser and interact with the app.
👤 Eduardo Rodriguez
- GitHub: @EroAuditore
- Twitter: @EroAuditore
- LinkedIn: EroAuditore
👤 German Cobian
- GitHub: @German-Cobian
- Twitter: @GermanCobian3
- LinkedIn: @german-cobian
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
Guidelines for this project were provided by The Odin Project
This project is MIT licensed.