A modern web application for exploring and learning about units in Age of Empires games. Built with Next.js and featuring a beautiful, responsive design.
- 🎮 Comprehensive database of Age of Empires units
- 🔍 Advanced search and filtering capabilities
- 📱 Responsive design for all devices
- 🌙 Dark mode support
- 🎨 Modern UI with smooth animations
- 📊 Detailed unit statistics and information
- 🔄 Real-time updates and dynamic content
- Framework: Next.js 14
- Styling: Tailwind CSS
- UI Components: Custom components with modern design
- Animations: CSS animations and transitions
- Theme: Light/Dark mode support
- Deployment: Vercel (recommended)
- Node.js 18.0 or later
- npm or yarn package manager
-
Clone the repository:
git clone https://github.com/manuelson/aoe-units cd aoe-units
-
Install dependencies:
npm install # or yarn install
-
Run the development server:
npm run dev # or yarn dev
-
Open http://localhost:3000 in your browser to see the application.
aoe-units/
├── app/ # Next.js app directory
│ ├── components/ # Reusable components
│ ├── lib/ # Utility functions and helpers
│ ├── styles/ # Global styles and CSS
│ └── page.tsx # Main page component
├── public/ # Static assets
└── package.json # Project dependencies and scripts
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.
- Age of Empires series by Microsoft
- Next.js team for the amazing framework
- All contributors and supporters of the project