zenofsahil / mobile-flashcards

A react native flashcards application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Flashcards

A simple flashcards application built with React Native. Tested on the Android expo emulator and the iphone 11 simulator.

Installation

Clone this repo:

git clone https://github.com/septra/mobile-flashcards

Install the necessary dependencies:

npm install

To run the application on an iPhone simulator run npm run ios (Requires Xcode)

To run the application on expo (web interface), run npm run web

To run the application locally, run npm start

Features

  1. Add new decks for learning.
  2. Add unlimited number of questions to the existing decks and quiz yourself.
  3. The app will remind you if you haven't taken a quiz that day.

GIF

License

MIT

Contributing

This is an application that I built for my own personal learning. Feel free to use it in whatever way you like. Any contributions are welcome!

About

A react native flashcards application


Languages

Language:JavaScript 56.1%Language:Java 23.3%Language:Objective-C 13.7%Language:Starlark 5.2%Language:Ruby 1.8%