An app to help with studying. Type in the questions and answers you need to memorize and let the app help you learn them in a fun way. Track your progress and beat your high scores!
To get the app up and running for development environments you need to have git
, nodejs
, yarn
and npm
installed.
When you are ready, follow the instructions to start the app:
- Clone the repository:
git clone [url]
- You can get the url from the top right corner (
Clone or download 🔽
)
- You can get the url from the top right corner (
- Navigate into the cloned project:
cd study-cards
- Install the dependencies:
yarn install
- This can take a minute or two depending on your network connection
- Start the development server:
yarn start
- This can also take a minute or two
Me, myself and I made this app with pure hard work and a couple sleepless nights – but it was all love ❤
The Expo splash-screen-starting-template also deserves some credits.