A simple library list app where you can add list of books. Books can be tagged as read, unread, liked, and it also accepts rating and some comments regards the book. Perfect for book lovers who wanted to track their book reads and also learnings about them. Every data is saved on your local browser's storage for long term access. You can personalize this app by changing the profile picture. Simply click the text below it or the image itself to upload new profile url link.
As this is a simple web app it doesn't need any special installation. Just run the index.html file and web app will load.
Clone this repo, https://github.com/ryecoder/library-wepapp-live,
git clone https://github.com/ryecoder/library-wepapp-live
I use Visual Studio code for coding and running a live server with hot reload. But you can run the index.html file on your browser and manually reload the browser if it is more preferred. To run in Visual Studio code.
Install this plugin in Visual Studio Code
Name: Live Server
Id: ritwickdey.liveserver
Description: Launch a development local Server with live reload feature for static & dynamic pages
Version: 5.6.1
Publisher: Ritwick Dey
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
Once installed, open your repo clone folder. With the index.html file open, right click and then click run with live server.
- Vanilla JS
- CSS
- Html
- Ryanell Maniego
- The Odin Project