Skip to content

Volleyball scoreboard application developed with Next.js

Notifications You must be signed in to change notification settings

jpedroschmitz/volley

Repository files navigation

Volley

Volley is a volleyball scoreboard application developed with Next.js to a college project.

Image showing demo

Getting Started

First, clone this repository and install the dependencies with npm install or yarn.

Then you can start the development server.

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Run Jest Tests

npm test

ps: The best way to test an application like this is by doing e2e test with Cypress. As I didn't have the time to do it, I have just used jest with testing-library and created small tests to check if title, winner and other things were being displayed.

About

Volleyball scoreboard application developed with Next.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published