Skip to content

simonpaul08/library-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System (Client)

A role-based Library Management System with distinct user roles and permissions, allowing admins to onboard and manage readers efficiently. Leveraging React for the frontend to provide an intuitive UI for users to search books, manage checkouts, view borrowing history, and interact with the system in real time.

Server Repo URL - https://github.com/simonpaul08/library-server

Installation

Clone the repo and install the dependencies using the following command:

npm install

Environment Variables

Create a .env.local file in the root and declare the following variables with appropritae values, check .env.example file for reference

VITE_APP_API="your_backend_url"

Run Command

Make sure to run the server first and once ready, use the command below to run the client (frontend)

npm run dev

About

React-based frontend for the Library Management System. Provides an intuitive UI for users to search books, manage checkouts, view borrowing history, and interact with the system in real time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors