Skip to content

samueldusek/book-store-nextjs-ts-storybook

Repository files navigation

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.

About

The book store app v3 built with NextJS, TypeScript and Storybook.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published