Zappat0n / Library

Library developed in Javascript where you can add new books, remove the books created and change the status of the book, from reading to not reading.

Home Page:https://microverse-library.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIBRARY

Top Page Screenshot Library developed in Javascript where you can add new books, remove the books created and change the status of the book, from read to not read.

About the Project

The original specification of the project is from The Odin Project.

We implemented a library that saves the information in the localStorage using JavaScript.

If you click the 'Add new book' button, you can create a new book with the following information:

  • Title
  • Author
  • Number of pages
  • Status: If you have read the book or not.

After creating the book, you can:

  • Remove it from your library using the remove button.
  • Change the status to read or unread using the change status button.

Table of Contents

Built With

Live Demo

Live Demo Link

Getting Started

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

  1. On the project GitHub page, navigate to the main page of the repository.
  2. Under the repository name, locate and click on a green button named Code.
  3. Copy the project URL as displayed.
  4. If you're running the Windows Operating System, open your command prompt. On Linux, Open your terminal.
  5. Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
  6. Type git clone, and then paste the URL you copied in Step 3.
    e.g. $ git clone https://github.com/yocosaka/Library.git
  7. Press Enter. Your local copy will be created.

Authors

👤 Angel Barros

👤 Yoko Saka

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.

Acknowledgements

About

Library developed in Javascript where you can add new books, remove the books created and change the status of the book, from reading to not reading.

https://microverse-library.netlify.app/

License:MIT License


Languages

Language:JavaScript 51.3%Language:CSS 24.5%Language:HTML 24.1%