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.
- Host: GitHub
- URL: https://github.com/ailouislu/books-react-bootstrap
- Owner: ailouislu
- Created: 2021-10-16T08:44:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T05:53:26.000Z (about 3 years ago)
- Last Synced: 2025-01-21T19:26:34.272Z (about 1 year ago)
- Topics: bootstrap, bootstrap5, javascript, react, react-boostrap, reactjs
- Language: JavaScript
- Homepage: http://books.nzlouis.com
- Size: 6.69 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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)