Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpedroschmitz/volley

Volleyball scoreboard application developed with Next.js
https://github.com/jpedroschmitz/volley

nextjs react scoreboard volleyball

Last synced: about 2 months ago
JSON representation

Volleyball scoreboard application developed with Next.js

Awesome Lists containing this project

README

        

# Volley

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

![Image showing demo](.github/readme.png)

## Getting Started

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

Then you can start the development server.

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](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._