Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 716 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 716 Bytes

Book Store Mock-up 📚

Single page application built with React. It consumes JSON API: JSON:API playground.

Screenshot

Main features

  • Go through list of books and authors
  • See details for given book
  • See details for given author
  • Responsive design

To run this app

Clone the project

  git clone https://github.com/samueldusek/book-store.git

Go to the project directory

  cd book-store

Install dependencies

  npm install

Start the server and the app

  npm start

Original code 💻

All the code you find in this repository I wrote from scratch.