MemorizeIt is a flashcard app designed to help users improve memory retention through active recall and spaced repetition. Users can create, organize, and review flashcards in personalized decks, making learning efficient and fun!
- Click the Fork button on the top-right of this page.
- This will create a copy of the repository under your GitHub account.
Once you have forked the repository:
i. Open your terminal and run the following command to clone it to your local machine:
git clone https://github.com/YOUR-USERNAME/MemorizeIt.gitii. Navigate into the project directory:
cd MemorizeIti. On your terminal, run the following command:
npm install npx expo startIn the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo