This is an implementaiton of flashcards using the following stack:
- Laravel 11.
- Vue 3.
- Gemini API
- Mysql database.
- Clone the repository.
- Run
composer install
to install the dependencies. - Run
npm install
to install the dependencies. - Clone the .env configuration file and configure your environment accordingly.
- Run
php artisan migrate
to create the database tables. - Run
npm run build
to create the js and css of the project. - Run
php artisan serve
to start the server.
-
Update the welcome view and login/register[2025-02-13] -
Create decks and cards view[2025-02-13] -
Integrating Open AI to create cards only pressing one button[2025-02-13] -
English and Spanish translations[2025-02-13] -
Create cards with multiple choides[2025-04-15] -
_Create MVP based on file and creating Podcast[2025-05-29] - Create study section to study and check progress
- Create public decks
- Convert the web in a progressive app