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.
- Host: GitHub
- URL: https://github.com/kevinanielsen/flags-game
- Owner: kevinanielsen
- Created: 2023-10-02T07:51:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T19:33:07.000Z (5 months ago)
- Last Synced: 2025-03-28T11:12:04.176Z (3 months ago)
- Topics: app-router-nextjs, flags, game, nextjs, typescript
- Language: TypeScript
- Homepage: https://kevin-flags-game.vercel.app
- Size: 1.19 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://codeclimate.com/github/kevinanielsen/flags-game/maintainability)
## ➤ 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.