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

https://github.com/kevinanielsen/flags-game

A game where you guess which flags corresponds to which country.
https://github.com/kevinanielsen/flags-game

app-router-nextjs flags game nextjs typescript

Last synced: 3 months ago
JSON representation

A game where you guess which flags corresponds to which country.

Awesome Lists containing this project

README

        

[![Maintainability](https://api.codeclimate.com/v1/badges/393ff6669db5798ee124/maintainability)](https://codeclimate.com/github/kevinanielsen/flags-game/maintainability)
![CI](https://github.com/kevinanielsen/flags-game/actions/workflows/ci.yml/badge.svg)

## ➤ Installation

First, clone the project to your machine:

```bash
git clone https://github.com/kevinanielsen/flags-game/
# ➤ or
git clone [email protected]:kevinanielsen/flags-game
```

Then, install the dependencies:

```bash
pnpm i
# ➤ or
npm install
```

## ➤ Getting started

First, run the development server:

```bash
pnpm dev
# ➤ or
npm run dev
```

Then, open [http://localhost:3000](http://localhost:3000) with your browser to see the result.