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
- Host: GitHub
- URL: https://github.com/huanhaowu/memoryapp
- Owner: huanhaowu
- Created: 2023-07-20T23:24:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T05:12:13.000Z (almost 3 years ago)
- Last Synced: 2025-07-02T14:07:17.133Z (12 months ago)
- Topics: android-studio, mobile-app, react-native
- Language: JavaScript
- Homepage:
- Size: 582 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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 |
| ------------- |:-------------:|
|
|
|
| Application at its default state. | Application when the player has successfully matched all of the flashcards. |