Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r3nanp/pair-game

📚 A matching words game. Written in Next.js!
https://github.com/r3nanp/pair-game

duolingo nextjs react reactjs tailwind tailwindcss typescript utterances web-speech web-speech-api

Last synced: 22 days ago
JSON representation

📚 A matching words game. Written in Next.js!

Awesome Lists containing this project

README

        

# Pair game
⚔️ A simple matching word game based on Duolingo using the Web Speech API.

![r3nanp](https://img.shields.io/badge/r3nanp-pair--game-blue?style=for-the-badge&logo=react)
![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![prs](https://img.shields.io/static/v1?label=PRs&message=welcome&style=for-the-badge&color=24B36B&labelColor=000000)

---

# 🛠 Technologies used

- Next.js
- Typescript
- TailwindCSS

# 🤔 How to run

Clone repository:
```bash
git clone https://github.com/r3nanp/pair-game.git
```

At the root of the project, run:
```bash
yarn
```
or

```sh
npm install
```

Run the following command in order to start the application in a development environment:
```bash
yarn dev
```
or

```bash
npm run dev
```

# License 📚

[MIT license](LICENSE).

Made by [Renan Pereira](https://github.com/r3nanp)

Give a ⭐️!