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

https://github.com/ailouislu/books-react-bootstrap

This is an online books system, implemented using react and react-bootstrap. Contains functions such as books and authors.
https://github.com/ailouislu/books-react-bootstrap

bootstrap bootstrap5 javascript react react-boostrap reactjs

Last synced: 11 months ago
JSON representation

This is an online books system, implemented using react and react-bootstrap. Contains functions such as books and authors.

Awesome Lists containing this project

README

          

# books-react-bootstrap

This is an online books system, implemented using react and react-bootstrap. Contains functions such as books and authors. The system uses many reusable components to improve the reusability of the project.

![](src/images/books.gif)

## Getting started

You can view a live demo over at https://books.nzlouis.com

To get the frontend running locally:

- Clone this repo
- `npm install` to install all req'd dependencies
- `npm start` to start the local server (this project uses create-react-app)