Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.95 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.95 KB

Book Store Mock-up 📚

Nextjs application built with React. It consumes this JSON API: JSON:API playground.

It is a copy of the single page application I built using only React, but this time I wanted to build it with Nextjs, TypeScript and Storybook as well. You can find the React only version here: Book Store.

Screenshots

Screenshot-2021-09-13-at-20-30-06-Lindgren-Inc-details Screenshot-2021-09-13-at-20-29-59-Lindgren-Inc-details
Screenshot-2021-09-13-at-20-29-22-Book-Store Screenshot-2021-09-13-at-20-29-34-Book-Store

Main features

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

To run this app

Clone the project

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

Go to the project directory

  cd book-store-nextjs-ts-storybook

Install dependencies

  npm install

Start the server and the app

  npm run dev

Start the storybook

  npm run storybook

Original code 💻

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