XO is a singlePageApp made with the frontEnd library React.js. The XO game is commonly known in English as Tic-Tac-Toe.
Website link :XO-game
- public
- index.html
- src
- app.js
- index.js
- components
- Game
- index.js
- index.css
- Header
- index.js
- index.css
- StartPlay
- index.js
- index.css
- endPlay
- index.js
- index.css
- timer
- index.js
- index.css
- Game
- .babelrc
- .eslintrc
- .gitignore
- .package.json
A user Journey is compromised of multiple user stories. A user story is what a user can do with and how can they benefit from each feature on the app
- As users we want to be able to enter our names and click play.
- As users we want to be able to interact with the game.
- As users we want to be able to see the winner.
- As users we want to be able to view the duration of the game when it's over.
1- Clone our repo, by typing in your terminal:
UsingHTTP
: git clone https://github.com/FACK1/XO.git
Using SSH
: git clone [email protected]:FACK1/XO.git
2- Run npm i
to install depdendencies and dev dependencies.
3- Run npm run dev
to run the server.
4- In your browser's URL field, type in localhost:1234
and press enter.
5- Now you're able to view our site and interact with it.