Modern redefinition of Chinese words with contemporary perspectives, powered by Gemini AI.
English Redefine is a modern web application that offers fresh, contemporary interpretations of English words. By leveraging Gemini AI, it provides unique, context-aware explanations that bridge traditional meanings with modern perspectives.
- 🎯 Modern interpretation of English words
- 🤖 Powered by Google's Gemini AI
- 💫 Smooth animations with Framer Motion
- 🎨 Beautiful UI with Tailwind CSS and shadcn/ui
- 📱 Fully responsive design
- 💾 SVG card export functionality
- ⚡ Built with Next.js for optimal performance
- Framework: Next.js 14
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Animations: Framer Motion
- AI Integration: Google Gemini API
- Language: TypeScript
- Deployment: Vercel
- Node.js 18.0 or later
- npm or yarn
- A Gemini API key
- Clone the repository
git clone https://github.com/ChanMeng666/english-redefine.git
- Install dependencies
npm install
# or
yarn install
- Set up environment variables
Create a
.env.local
file with:
GEMINI_API_KEY=your_gemini_api_key
- Run the development server
npm run dev
# or
yarn dev
- Open http://localhost:3000 to view the application
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see the LICENSE file for details.
Chan Meng
- LinkedIn: chanmeng666
- GitHub: ChanMeng666