A mobile application (Android or iOS - or both) that allows users to study collections of flashcards. The app will allow users to create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.
To use this repository, you need the following installed locally:
After installing the dependencies, just clone the repository and navigate to the directory.
$ git clone https://github.com/3ba2ii/FlashCards
$ cd FlashCards
$ expo start
$ click i for ios simulator, Q for android simulator
- Install with
yarn
ornpm install
. - Run
expo start
to run the application.
✅ The application was tested on IOS Simulator (IPhone 11 Pro) using expo.
✅ Real mobile device (IPhone 7+)
- Ahmed Ghonem - Github
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request