Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petruspierre/letrinha
Puzzle game inspired in Wordle
https://github.com/petruspierre/letrinha
faunadb firebase nextjs react
Last synced: about 2 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T16:02:51.000Z (over 1 year ago)
- Last Synced: 2024-06-11T16:18:54.064Z (7 months 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
![Group 111](https://user-images.githubusercontent.com/39802870/156370919-11fdba8e-bfed-4e23-8dda-49abbe9fdb3f.png)
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
## RunningInstall 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.