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

https://github.com/damien-hl/jotto

Jeu de mots orienté logique qui se joue à 2 joueurs
https://github.com/damien-hl/jotto

Last synced: 7 months ago
JSON representation

Jeu de mots orienté logique qui se joue à 2 joueurs

Awesome Lists containing this project

README

          

# Jotto
> Projet issu du cours [https://www.udemy.com/course/react-testing-with-jest-and-enzyme/](https://www.udemy.com/course/react-testing-library/) par [Bonnie Schulkin](https://github.com/bonnie)

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)

![Jotto logo](./docs/jotto_logo.png)

Le Jotto est jeu de lettres se jouant à 2. Un joueur A choisit un mot secret de 5 lettres. Le joueur B, lui, doit deviner ce mot, pour cela à chaque tour il va proposer un mot de 5 lettres et le joueur A va alors lui indiquer le nombre de lettres communes aux 2 mots. La partie se termine quand le joueur B a deviner le mot secret.

Ce mini jeu est développé avec React en suivant la méthode TDD (Test-Driven Development) et en utilisant les GitHub Actions.

## Frameworks utilisés

- [React](https://fr.reactjs.org/)
- [Fastify](https://www.fastify.io/)

## Librairies utilisées

- [Vite](https://vitejs.dev/)
- [React Testing Library](https://testing-library.com/)
- [Jest](https://jestjs.io/)
- [Supertest](https://github.com/visionmedia/supertest)

## Meta
Damien Heulin – [Twitter](https://twitter.com/damien_hl) – [Mail](mailto:damienheulin87@gmail.com) – [Github](https://github.com/damien-hl)