Skip to content

manuelson/aoe-units

Repository files navigation

Age of Empires Units Explorer

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.

Features

  • 🎮 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

Tech Stack

  • 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)

Getting Started

Prerequisites

  • Node.js 18.0 or later
  • npm or yarn package manager

Installation

  1. Clone the repository:

    git clone https://github.com/manuelson/aoe-units
    cd aoe-units
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Run the development server:

    npm run dev
    # or
    yarn dev
  4. Open http://localhost:3000 in your browser to see the application.

Project Structure

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

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Age of Empires series by Microsoft
  • Next.js team for the amazing framework
  • All contributors and supporters of the project

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages