Skip to content

A modern, multilingual website for automotive services built with Next.js, featuring a responsive design, dark mode support, and seamless user experience.

Notifications You must be signed in to change notification settings

nikollgjokaj/autodienst24.at

Repository files navigation

AUTODIENST24 - Professional Automotive Services

AUTODIENST24

A modern, multilingual website for automotive services built with Next.js, featuring a responsive design, dark mode support, and seamless user experience.

🌟 Features

  • Multilingual Support

    • German (Default)
    • English
    • Albanian
    • Turkish
  • Modern Design

    • Responsive layout
    • Dark/Light mode
    • Smooth animations with Framer Motion
    • TailwindCSS styling
  • Core Services

    • 24/7 Towing Service
    • Vehicle Purchase
    • Vehicle Sales
    • Vehicle Brokerage
    • Parts & Tires
  • Technical Features

    • Server-Side Rendering (SSR)
    • SEO Optimized
    • Mobile-First Approach
    • Progressive Web App (PWA) Ready
    • Accessibility Compliant

🚀 Getting Started

  1. Clone the repository
git clone https://github.com/yourusername/autodienst24.git
  1. Install dependencies
npm install
# or
yarn install
  1. Run the development server
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser

🛠 Built With

📁 Project Structure

autodienst24/
├── app/
│   ├── components/
│   ├── providers/
│   ├── public/
│   │   └── locales/
│   └── pages/
├── public/
│   ├── images/
│   └── fonts/
└── styles/

🌍 Internationalization

The website supports multiple languages through i18next. Language files are located in:

public/locales/
├── de/
├── en/
├── sq/
└── tr/

🎨 Theme Customization

The website supports both light and dark modes, with seamless switching capabilities. Theme configurations can be modified in the ThemeProvider component.

📱 Progressive Web App

The website is PWA-ready, allowing users to install it as a native app on their devices. PWA configurations can be customized in the next.config.js file.

🔧 Configuration

Key configuration files:

  • next.config.js - Next.js configuration
  • tailwind.config.js - TailwindCSS configuration
  • i18n.ts - Internationalization configuration

📄 License

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

👥 Contact

🙏 Acknowledgments

  • Design inspiration from modern automotive websites
  • Icons provided by Lucide Icons
  • Animations powered by Framer Motion

Made with ❤️ by Nikoll Gjokaj

About

A modern, multilingual website for automotive services built with Next.js, featuring a responsive design, dark mode support, and seamless user experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages