Skip to content

Laravel Flashcard app to help me study for an exam using the idea of interval training so the questions you get right show up less often and you can focus on the ones that you need more help with.

License

Notifications You must be signed in to change notification settings

Asgard-Web-Solutions/aesir-study-center

Repository files navigation

Purpose

This is a quick website that I threw together to allow me to study for various upcoming certification exams. It uses interval training, where the time between seeing the same question again changes depending on how you answer it. If you answer correctly, you see it less often. If you answer incorrectly, you see it more often.

Installation

  • git clone the repository
  • copy .env.example to .env
  • add your database information to .env
  • composer update
  • run php artisan key:generate
  • php artisan voyager:install
  • Register an account
  • php artisan voyager:admin
  • You should see the Manage Exams link at the top of the page now

About

Laravel Flashcard app to help me study for an exam using the idea of interval training so the questions you get right show up less often and you can focus on the ones that you need more help with.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published