Skip to content

matteo-minerva/bookinn

Repository files navigation

Issues LinkedIn


Screenshot

BookInn

Project created for ReactJS Super Guide

Live Demo · Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. Acknowledgements

About The Project

Website Screenshot

The website we are going to create is dedicated to all book lovers. In fact, this project consists in creating a website that allows you to search for a large collection of books, using an API that will bring us the necessary information.

Requirements:

  • Search bar that allows you to search all available books in the API.

  • Each searched book must show at least title, author and cover image.

  • Clicking on a book will lead to a dedicated page that you will create leveraging React Router, to show more information.

  • Simple and easy-to-use UI and UX.

  • Organized and understandable app structure.

  • Responsive design.

Built With

Getting Started

  1. Clone the repo
git clone https://github.com/matteo-minerva/bookinn
  1. Install the missing dependencies
npm install
  1. Launch the web application
npm start

Usage

You can access the web application at

http://localhost:3000/

Contact

Matteo Minerva - m.minerva@outlook.it

start2impact personal page: https://talent.start2impact.it/profile/matteo-minerva

Acknowledgements