Skip to content

Fearinn/SorteadorAmigoSecreto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.