An open API service indexing awesome lists of open source software.

https://github.com/inflectra/library-information-system-reactjs


https://github.com/inflectra/library-information-system-reactjs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Library Information System, React JS
This is a sample application that lets you view, create and edit books in a libary catalog as well as view, create and edit authors.

![](https://github.com/Inflectra/library-information-system-reactjs/blob/master/screenshots/lis-react-home.png)

![](https://github.com/Inflectra/library-information-system-reactjs/blob/master/screenshots/lis-react-books.png)

![](https://github.com/Inflectra/library-information-system-reactjs/blob/master/screenshots/lis-react-authors.png)

It is built using reactjs, webpack, babel, and bootstrap 3.

To run this locally:

- clone the repo
- npm install
- npm run dev

The final command will create a live reloading server after any source files are changed