Skip to content

MartaNiemiec/My-Books-with-Redux

Repository files navigation

My books app with Redux

My own React app using Google Books API, made from scratch.

📋 Table of contents

🔸 General info

🔸 Screenshots

🔸 Technologies

🔸 Features

🔸 Status

🔸 Acknowledgements

ℹ️ General info

My books app allows to search for books and add them to the read books list, wishlist and favourites.

📷 Screenshots

My books My books - read section My books - modal My books - mobile version My books - modal on mobile version

💻 Technologies

  • HTML5
  • SCSS
  • JavaScript ES6
  • NPM 6.9.0
  • React 16.8.6

⚙️ Setup

To run this project, install it locally using npm:

$ npm install
$ npm start

💡 Features

✔️ Searching books in the Google Books API and displaying them

✔️ Adding selected books to the read books list, wishlist or favourites

✔️ Displaying read books, wishlist or favourites after clicking on the icon in the sidebar

✔️ Displaying books information in the modal with an option to buy or read in Google Play

🔜 To-do list:

➖ Registering and signing in

❓ Status

Project is in progress. 🚧

⬇️ Acknowledgements