An AI-powered vocabulary flashcards web app that helps you learn new words and their meanings.
The vocabulary flashcards are scraped from the Magoosh GRE Vocabulary Flashcards website using a Python script. The complete credit for the vocabulary data goes to the Magoosh website. The favicon is generated using Google Gemini.
- App framework: Next.js
- Generative API: Groq
- Generative Model: LLaMA3 8b
- Component library: shadcn/ui
- Styling: Tailwind CSS
First, fill out secrets:
cp .env.local.example .env.local
Then, fill out the GROQ_API_KEY
in the .env.local
file.
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Host your own version on Vercel, the creators of Next.js. Check out the Next.js deployment documentation for more details.