https://github.com/petruspierre/letrinha
Puzzle game inspired in Wordle
https://github.com/petruspierre/letrinha
faunadb firebase nextjs react
Last synced: 3 months ago
JSON representation
Puzzle game inspired in Wordle
- Host: GitHub
- URL: https://github.com/petruspierre/letrinha
- Owner: petruspierre
- License: gpl-3.0
- Created: 2022-02-06T15:28:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T16:02:51.000Z (almost 3 years ago)
- Last Synced: 2025-02-27T08:24:51.651Z (over 1 year ago)
- Topics: faunadb, firebase, nextjs, react
- Language: TypeScript
- Homepage: https://letrinha.xyz/
- Size: 2.52 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Letrinha is a puzzle game about words and inspired in Wordle.
Avaiable in production: https://letrinha.petrus.dev.br/
## Tech
- NextJS
- Firebase
- FaunaDB
- Styled Components
- Jest
- Testing Library
## Roadmap
- [ ] User auth
- [ ] Custom themes
- [ ] Ranking
- [ ] Statistics page
## Running
Install depedencies
```bash
yarn
```
Copy and fill env variables
```bash
cp .env.example .env
```
Run the development server
```bash
yarn dev
```
Go to [http://localhost:3000](http://localhost:3000) and start playing.