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: 5 months ago
JSON representation
📚 A matching words game. Written in Next.js!
- Host: GitHub
- URL: https://github.com/r3nanp/pair-game
- Owner: r3nanp
- Created: 2022-06-25T00:34:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T19:52:20.000Z (almost 4 years ago)
- Last Synced: 2025-09-20T02:42:38.782Z (9 months ago)
- Topics: duolingo, nextjs, react, reactjs, tailwind, tailwindcss, typescript, utterances, web-speech, web-speech-api
- Language: TypeScript
- Homepage: https://pair-game.vercel.app/
- Size: 498 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pair game
⚔️ A simple matching word game based on Duolingo using the Web Speech API.




---
# 🛠 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 ⭐️!