Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.87 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.87 KB

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