/react-tic-tac-toe

Tic-Tac-Toe tutorital from the react website

Primary LanguageJavaScript

What?

ReactJS tutorial - building a tic tac toe game from the oficial site: https://reactjs.org/tutorial/tutorial.html

Why?

In order to better understand what the developers and their needs

Cypress

End to end testing is cool - cypress/integration folder

Component testing is comprehensive - spec files in the component folders

Running from the command line:

npx cypress run

Running manually

npm run cypress