A delightful chat interface featuring a penguin that responds with adorable penguin noises. Built with Next.js, Framer Motion, and Tailwind CSS.
- 🐧 Chat with a friendly penguin that responds with cute penguin sounds
- 🌓 Dark/Light theme toggle
- ✨ Smooth animations and transitions
- 💬 Real-time typing indicators
- 📱 Fully responsive design
- 🎨 Beautiful, minimal UI
- 💾 Local storage for chat history
- Try mentioning "fish" to the penguin!
- Sometimes the penguin might surprise you with ASCII art
- Framework: Next.js 13
- Styling: Tailwind CSS
- Animations: Framer Motion
- UI Components: Radix UI
- Icons: Lucide Icons
- Clone the repository:
git clone https://github.com/pnguinx/pnguinx.git
cd pnguinx- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser
pnguinx/
├── app/ # Next.js app directory
├── components/ # React components
├── lib/ # Utility functions
└── public/ # Static assets
Feel free to contribute to this project! Open an issue or submit a pull request.
MIT License