jpedroschmitz / volley

Volleyball scoreboard application developed with Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 87.1%Language:JavaScript 12.9%