https://github.com/mateusz800/mathmobileapp
A mobile app to support math learning
https://github.com/mateusz800/mathmobileapp
elearning-application react-native
Last synced: 3 days ago
JSON representation
A mobile app to support math learning
- Host: GitHub
- URL: https://github.com/mateusz800/mathmobileapp
- Owner: mateusz800
- Created: 2020-10-04T17:42:02.000Z (over 5 years ago)
- Default Branch: devel
- Last Pushed: 2022-03-17T20:54:47.000Z (about 4 years ago)
- Last Synced: 2025-10-30T13:55:46.697Z (6 months ago)
- Topics: elearning-application, react-native
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A mobile app to support math learning
App offers courses that consists of math exercises. It uses REST API from [that repo](https://github.com/mateusz800/ExercisesSystem) for getting exercises and updating user progress.

## Running the app
As I mentioned earlier this app uses external API. Start the API before running this app.
Download dependencies via command below.
```bash
npm install
```
Then you can run the app. You have to get Android SDK installed and physical device connected or emulator started.
```bash
npx react-native run-android
```
App was tested only on Android, but it is written in React, so running it on IOS devices should also be possible.