Skip to content

ryecoder/library-wepapp-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Webapp Live

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.

Getting Started

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.

Prerequisites

Clone this repo, https://github.com/ryecoder/library-wepapp-live,

git clone https://github.com/ryecoder/library-wepapp-live

Installing

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.

Built With

  • Vanilla JS
  • CSS
  • Html

Authors

  • Ryanell Maniego

Acknowledgments

  • The Odin Project