Skip to content

petruspierre/letrinha

Repository files navigation

Group 111

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

yarn

Copy and fill env variables

cp .env.example .env

Run the development server

yarn dev

Go to http://localhost:3000 and start playing.