Skip to content

You need to keep track of books that you have or intend to read? Then this app will help you organize your books in a well-structured way & help you stay more productive.

ClaytonSiby/Library

 
 

Repository files navigation

Project: Library

This application was built as an introductory project to the Microverse Javascript module. The main focus was to exhibit the authors' basic understanding of the JavaScript programming language. Library is an application on which users can create a book, inputing the details about the book ( i.e title, author, number of pages, & whether they have read it or not). To achieve this, we made use of the localStorage to store all the information provided by the users of the browser & retrieve it whenever to display each book object in a structured way on the user's browser.

Landing page

screenshot

Live Link

Live demo

Technologies used:

  • JavaScript programming language
  • Bootstrap
  • HTML & CSS
  • localStorage
  • .eslintrc (for validating js code).

Setup the project on your machine:

To contribute to this project, run the following command on your terminal:

git clone https://github.com/Abhigyan001/Library.git

Once you have the cloned the project & you are still on the terminal, run:

cd Library

And run the app on your local machine in the browser of your choice.

Authors

👤 ABHIGYAN Mahanta

👤 Clayton Siby

🤝 Contributing

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

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

TBA

📝 License

TBA

About

You need to keep track of books that you have or intend to read? Then this app will help you organize your books in a well-structured way & help you stay more productive.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.5%
  • HTML 31.1%
  • CSS 1.4%