This web application helps users to quickly create and manage a list of their favorite books. It consumes this REST API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js version 10 and above.
- clone this repository on your local computer by running
git clone https://github.com/fatukunda/relworx_books_ui.git
. - Install dependencies by running
yarn install
ornpm install
. - Run the development server by running the commant
yarn start
on your terminal. - The application should open in your browser on localhost:300.
- This app is only the frontend of the application. If you want the API it consumes, then clone it from here
- No tests have been written for this project yet.
- A working app is hosted on Netlify here
- Create React App - The web framework used
- Redux - For State Management
- Bootstrap - The CSS Framework
- SASS - For CSS extension
This project is licensed under the MIT License.