Skip to content

An AI-powered vocabulary flashcards web app that helps you learn new words and their meanings. Built with NextJS & Groq API.

License

Notifications You must be signed in to change notification settings

ghpranav/VocabGenie

Repository files navigation

VocabGenie

An AI-powered vocabulary flashcards web app that helps you learn new words and their meanings.

home

flashcards-1

flashcards-2

Note

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.

Stack

Getting Started

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.

Deploy

Host your own version on Vercel, the creators of Next.js. Check out the Next.js deployment documentation for more details.

Deploy with Vercel