Skip to content

ninagw/book-app

Repository files navigation

Book App

Project loading...

Scribble

BookApp-Wireframe

Technologies & Tools

The project is build with React. Using components helps me structure the code and reduce the lines of code to a digestible amount. React also comes with a lot of advantages like libraries, ex. I use Next.js to simplify the routing or Zustand - a modern and simple state-management-library.

React | Next.js | styled-components | zustand

Development

Local Development

To work locally, please install the dependencies using npm i first.

Run npm run dev to start a development server and open the displayed URL in a browser.

Use npm run test to run the tests.

Scripts

You can use the following commands:

  • npm run dev to start a development server
  • npm run build to build the project
  • npm run start to start a production server
  • npm run test to run the tests
  • npm run lint to run the linter

Releases

No releases published

Packages

No packages published