Skip to content

heloisethero/pendu-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was created with React Create App, as an exercise during the OpenClassrooms class on React.

The goal was to create a pendu game. It is actually used now as an exercise for French elementary students to learn neuroscience words. It can be accessed here: https://heloisethero.github.io/pendu-game/.

To test the app locally, you should run:

npm install
npm start

To deploy on GitHub, you should run:

npm run deploy