/studypal

A virtual study companion powered by AI that helps students stay organized, set study goals, and generate personalized study plans. StudyPal can provide study tips and track progress.

Primary LanguageC++MIT LicenseMIT

StudyPal

A virtual study companion powered by AI that helps students stay organized, set study goals, and generate personalized study plans. StudyPal can provide study tips and track progress.

Installation

Frontend

To run the Frontend locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/devvspaces/studypal.git
  2. Navigate to the project directory:

    cd studypal/frontend
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your web browser and visit http://localhost:5173 to access the application.

Mobile

To run the Mobile locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/devvspaces/studyPal.git
  2. Navigate to the project directory:

    cd studyPal/mobile
  3. Install project dependencies:

    flutter pub get
  4. Run the app:

    flutter run