Skip to content

ReactNative application to help study for the ERJ-175 systems test

Notifications You must be signed in to change notification settings

clc80/Flashcards

Repository files navigation

Flashcards

Context and goal

I have done this application as a learning project and wanted to try to do a mobile app to help me study for an upcoming test. I was very excited to finally be able to combine coding and aviation.

This app is made to be simple. It's made with React Native, coupled with some extra nice packages to handle routing.

Main technologies used

Running the project

  • Clone this project
git clone < project-url.git >

Yarn is a dependency manager built by facebook and google. It is a more efficient and reliable (thanks to yarn.lock) alternative of npm.

  • Launch yarn command in a terminal opened in the project folder.

This command will look into the package.json file and install all the dependencies listed here.

  • Install react-native-cli globally on your computer
yarn global add react-native-cli

About

ReactNative application to help study for the ERJ-175 systems test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published