An open API service indexing awesome lists of open source software.

https://github.com/huanhaowu/memoryapp

React Native mobile app for enhancing memory and cognitive abilities through interactive flashcards
https://github.com/huanhaowu/memoryapp

android-studio mobile-app react-native

Last synced: about 1 month ago
JSON representation

React Native mobile app for enhancing memory and cognitive abilities through interactive flashcards

Awesome Lists containing this project

README

          

Blue banner for memory mobile app


## Description
Mobile application developed using ReactNative. Its designed to be a flashcard pairing game, that in order to win all 12 flashcards must have been paired with his similar emoji flashcard, displaying a congratulations message and a button to reset the game.


## Instalation
1. Make sure to have Node.js and npm (Node Package Manager) installed on your computer.
2. Clone the repository from Github:
```bash
git clone https://https://github.com/huanhaowu/MemoryApp.git
```
3. Navigate to the project directory
4. Install the required dependencies:
```bash
npm install
```
5.Connect your Android or iOS device or use an emulator/simulator to run the app:
```
npx expo start
```
## Tecnologies
- ReactNative
- AndroidStudio (Android device emulator)


## Screenshots
| Default State | Winner State |
| ------------- |:-------------:|
| Blue banner for memory mobile app | Blue banner for memory mobile app |
| Application at its default state. | Application when the player has successfully matched all of the flashcards. |