Library

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.

Library

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.

Getting Started

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

Prerequisites

  • Html
  • Javascript

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 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.

Authors

👤 Eduardo Rodriguez

👤 German Cobian

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Guidelines for this project were provided by The Odin Project

📝 License

This project is MIT licensed.