Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasbailo/test-driven-development-ts
Studying TDD
https://github.com/lucasbailo/test-driven-development-ts
Last synced: about 1 month ago
JSON representation
Studying TDD
- Host: GitHub
- URL: https://github.com/lucasbailo/test-driven-development-ts
- Owner: lucasbailo
- Created: 2024-11-01T17:55:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T20:43:47.000Z (3 months ago)
- Last Synced: 2024-11-04T21:32:35.132Z (3 months ago)
- Language: TypeScript
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Welcome again to another TypeScript - TDD project! 👋
# Amigo Secreto (Similar to "Secret Santa")!
## Test the project yourself: [Teste the project here!!!](https://test-driven-development-ts.vercel.app/)
### Home Page
## Draw lots page
## Draw lots results
## Tests
## Some code that I'm proud of
```js
export const listaParticipantesState = atom({
key: 'listaParticipantesState',
default: []
})export const erroState = atom({
key: 'erroState',
default: ''
})export const resultadoDoAmigoSecreto = atom>({
key: 'resultadoDoAmigoSecreto',
default: new Map()
})
```## Built with
- `React`
- `React Hooks`
- `TypeScript`
- `Recoil`
- `Jest`## You Can
- Add names to be drawn;
- Receive an alert if the name is duplicated;
- Draw the pairs and find out who each person's Secret Santa is.## Author
- Website - [My GitHub](https://github.com/lucasbailo)
- Frontend Mentor - [@lucasbailo](https://www.frontendmentor.io/profile/lucasbailo)
- Instagram - [@lucassbailo](https://www.instagram.com/lucassbailo/)
- LinkedIn - [Lucas Bailo](https://www.linkedin.com/in/lcsbailo)