Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.14 KB

README.md

File metadata and controls

55 lines (35 loc) · 2.14 KB

VocabGenie

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

home

flashcards-1

flashcards-2

Disclaimer

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.

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