Skip to content

This is my self made React app which can used to create and maintain library data including books, issues and returns

Notifications You must be signed in to change notification settings

Nikhil-IITG/LibraryManagementSystem-ReactJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibraryManagementSystem-ReactJS

This is my self-made React app which can be used to create and maintain library data including books, issues and returns.

To run this project on your pc, clone this repo and install the packages using- npm install

Host 2 JSON databases using the command - npx json-server --watch data/db.json --port 8000 and npx json-server --watch data/issue.json --port 1000

Then install react router dom by the command - npm install react-router-dom@{version} -> my setup= npm install react-router-dom@5

Then run the app using npm run start

About

This is my self made React app which can used to create and maintain library data including books, issues and returns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published