Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

## 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.