/react-native-tictactoe

A stylized Tic Tac Toe game in React Native, for an interview.

Primary LanguageJavaScript

Tic Tac Toe

Try it on your iPhone with Expo:

Key files:

  • App.js: The main React component
  • Components.js: Styled component exports
  • Constants.js: Global constant exports

Constraints:

  • iOS only, targets iPhone 6, 7, 8, 9, X
  • No state management (e.g. Redux), only 1 screen with little state and no backend