Skip to content
/ store Public

Demo store for cars written in Next.js with Chakra UI

Notifications You must be signed in to change notification settings

KNIF/store

Repository files navigation

Store

Overview

  • components/* - React components in use throughout the site.
  • context/* - Context and reducers providing global state.
  • data/* - JSON data in use as a database.
  • hooks/* - Custom React hooks.
  • lib/* - Library, a collection of utilities.
  • pages/api/* - API routes exposing database.
  • pages/* - All pages of the site.
  • public/* - Static assets including favicons and product images.

Running Locally

$ git clone https://github.com/KNIF/store.git
$ cd store
$ yarn
$ yarn dev

About

Demo store for cars written in Next.js with Chakra UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published