Skip to content

UdaciFlashcards the third project for react nano-degree made using react-native. It's a game where you can add your customized quiz with any questions you want and answer with corect or incorrect.

Notifications You must be signed in to change notification settings

AhmadAymanA99/mobile-flashcards

Repository files navigation

Context and goal

I have done this application for react nanodegree third project. Having none mobile background, it was a leap in the dark but in the same time it was really exciting.

This project was bootstrapped with Create React Native App.

development

This app was tested and developed on an android samsung A71 phone using the Expo application.

Main technologies used

A framework for building native apps with React.

React Navigation is made up of some core utilities and those are then used by navigators to create the navigation structure in your app.

used for the flip card

Running the project

  • Clone this project
git clone < project-url.git >
  • Install NodeJS on your computer.

  • Install yarn on your computer

    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
  • run project
expo start
  • open expo on your phone and scan QR code

About

UdaciFlashcards the third project for react nano-degree made using react-native. It's a game where you can add your customized quiz with any questions you want and answer with corect or incorrect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published