Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 576 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 576 Bytes

Sorteador de Amigo Secreto (Secret Santa)

Project developed during the course React - Testando seus Components.

🎯 Goals

  • Building a website to organize Secret Santa games;
  • Learning Jest and Test Driven Development (TDD);

🚀 Improvements made by me

  • Using URL params to prevent participants to see others' secret santas;
  • Using Supabase to store the games, results and participants.

🧠 Possible improvements

  • Addition of more features;
  • Addition of more security.