Skip to content

nhanluongoe/ielts-writing-buddy

Repository files navigation

IELTS Writing Buddy

An AI-powered (Google Gemini Flash) writing assistant for IELTS Writing.

Features

  • Give the answer for the task 1 and task 2
  • Improve your answer by giving suggestions
  • Estimate the band score for your answer
  • Give the enhanced answer based on the band score target

Local development

# Install the dependencies
npm install

# Create a .env file and add the Gemini API key
echo "GEMINI_API_KEY=YOUR_API_KEY" > .env.local

# Run the app
npm run dev

LICENSE

MIT