Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 580 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 580 Bytes

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