lucasviinic / flashcard_forge_app

App mobile Flashcard Forge, where people can generate flashcards powered by AI
0 stars 0 forks source link

Flashcard Forge - Mobile App

Mobile application for creating and generating flashcards through AI, enabling the extraction of text data from large sources such as PDFs or direct text input.

Screenshots

How to Clone and Run the App

This project is built with Flutter, so before getting started, make sure you have Flutter installed and set up on your system. For more information, please refer to https://docs.flutter.dev/get-started/install.

Once that's done, let's get started!

  1. Clone the repository with git clone https://github.com/lucasviinic/flashcard_forge_app.git
  2. Navigate to the cloned directory with cd flashcard_forge_app
  3. Install the dependencies, flutter pub get
  4. Make sure the environment variables are properly filled in
  5. And finally, run the application with the command flutter run.