A fun and cute memory flip card game.
- Clone this repo to your local machine using
git clone https://github.com/SaphiraNgocThuy/FlipCardGame.git
Install dependencies
yarn install
Run Expo
expo start
iphone 5s | iPhone 11 Pro Max | iPad Pro (12.9 inch) |
---|---|---|
-
Core
- React Native - Library to build Native Mobile Application
- Expo - React Native Client
- Redux - Library for State Management
- Redux Thunk - Middleware for Async Redux
- Styled Components - Library for creating CSS in JS
-
Test
- React’s Test Renderer - render React components to pure JS objects, without depending on the DOM or a native mobile environment
- react-native-testing-library - builds on top of React’s test renderer and adds fireEvent and query APIs described in the next paragraph.