Books4Poors is a simple React App that allows you to look for free ebooks. Data is retrieved using the Google Books API.
This app was made using ReactJS, React Router and Redux.
Styled using CSS modules.
HTTP requests handled by Axios.
This app was deployed on Netlify, check it out: https://books4poors.netlify.app
Download the repo and run npm i && netlify dev
to see it in action on your machine
(in order to function correctly, you'll have to set your own REACT_APP_API_KEY
environment variabile in a file called .env
).
This project is under the MIT License.