Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/r3nanp/pair-game
- Owner: r3nanp
- Created: 2022-06-25T00:34:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T19:52:20.000Z (over 2 years ago)
- Last Synced: 2024-11-13T07:25:19.833Z (3 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: 5
- 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.![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 ⭐️!