Skip to content

Harshal543/Flashcard

Repository files navigation

FlashCard

Its a React-Native App which can be used to aid yourself in learning, using same concept as physical Flashcards. It is effective way to help you recall important information. This app let you take quiz on a topic/deck that you created & can keep track score to gauge your progress and reminds you to take 1 quiz on any topic per day.

Installing and lauching

If you are using npm then:

  • install all project dependencies with npm install
  • install expo-cli globally with npm install expo-cli --global
  • start the development server with npm start or expo start

If you are using yarn then:

  • install all project dependencies with yarn install
  • install expo-cli globally with yarn add global expo-cli
  • start the development server with yarn start or expo start

Test Platform

App can run on both platforms (ios & android) but it is primarily tested on android devices due to limited access to ios device.

About

React Native App for Udacity Nanodegree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published