Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T23:03:29.000Z (over 4 years ago)
- Last Synced: 2024-10-18T09:54:49.467Z (3 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
![Linting](https://github.com/renanmav/tictactoe01/workflows/Linting/badge.svg)
![Tests](https://github.com/renanmav/tictactoe01/workflows/Tests/badge.svg)
[![codecov](https://codecov.io/gh/renanmav/tictactoe01/branch/master/graph/badge.svg?token=8UJpxM1n13)](https://codecov.io/gh/renanmav/tictactoe01)Tic tac toe challenge proposed by 01card to fill the React Native engineer position
![preview](./assets/preview.png)
## 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:
```
```