Skip to content

A Revolut-like application made as a semester project for the "INFT2508 - Cross-platform Applications Development for Mobile Devices" course at NTNU (A.Y. 2024/25)

Notifications You must be signed in to change notification settings

GioeleBucci/RevolutApp

Repository files navigation

About

A Revolut-like mobile application created as a semester project for the "INFT2508 - Cross-platform Applications Development for Mobile Devices" course at NTNU (A.Y. 2024/25), based on this open source template.

How to run

First run the following command from the root of the project to start Metro:

# using npm
npm start

# OR using Yarn
yarn start

Let Metro Bundler run in its own terminal. Open a new terminal from the root of the project. Run the following command to start the app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

If you can't get this to work, see the Troubleshooting page.

Screenshots

About

A Revolut-like application made as a semester project for the "INFT2508 - Cross-platform Applications Development for Mobile Devices" course at NTNU (A.Y. 2024/25)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published