https://github.com/renanmav/tictactoe01
Tic tac toe challenge proposed by 01card to fill the React Native engineer position
https://github.com/renanmav/tictactoe01
Last synced: 3 months ago
JSON representation
Tic tac toe challenge proposed by 01card to fill the React Native engineer position
- Host: GitHub
- URL: https://github.com/renanmav/tictactoe01
- Owner: renanmav
- Created: 2020-05-06T16:15:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T23:03:29.000Z (about 5 years ago)
- Last Synced: 2025-01-14T19:16:41.379Z (4 months ago)
- Language: TypeScript
- Homepage: https://tictactoe01.now.sh
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tictactoe01


[](https://codecov.io/gh/renanmav/tictactoe01)Tic tac toe challenge proposed by 01card to fill the React Native engineer position

## Quick dependency walkthrough
- [`expo`](https://github.com/expo/expo) because of their amazing SDK
- [`react-navigation`]() for navigation, obviously
- [`react-native-tailwindcss`](https://github.com/TVke/react-native-tailwindcss) for quick styling (and because I wanted to test it out ๐)
- [`jest`](https://github.com/facebook/jest) and [`testing-library`](https://github.com/testing-library/native-testing-library) for testing
- [`storybook`](https://github.com/storybookjs/storybook) for bullet proof component engineering and finally
- [`typescript`](https://github.com/microsoft/TypeScript) just because...## Colocation
If you donโt know what is colocation, read about it [here](https://kentcdodds.com/blog/colocation). Most of React components use this colocation:
```
```