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.
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 dependenciesnpm start
to start the local server (this project uses create-react-app)