Skip to content

EPlus-Digital/eplus-digital.github.io

Repository files navigation

E+ Digital Website

A modern, bilingual (English + Turkish) corporate website for E+ Digital, a mobile app development startup.

Features

  • 🌐 Bilingual Support: Full English and Turkish language support with easy language switching
  • 📱 Fully Responsive: Mobile-first design that works perfectly on all devices
  • Modern Stack: Built with React, Vite, and Tailwind CSS
  • 🎨 Professional Design: Clean, minimal, and elegant UI with smooth animations
  • 🚀 Fast Performance: Optimized for speed and SEO

Pages

  • Home: Hero section, services preview, and key focus areas
  • About Us: Company story, mission, vision, values, and team
  • Services: Detailed service descriptions with features
  • Contact: Contact form and company information

Tech Stack

  • React 18
  • React Router DOM
  • Vite
  • Tailwind CSS
  • React Icons

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone <repository-url>
cd eplus
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:5173

Build for Production

npm run build

The built files will be in the dist directory.

Preview Production Build

npm run preview

Project Structure

eplus/
├── src/
│   ├── components/     # Reusable components
│   ├── pages/         # Page components
│   ├── context/       # React context (Language)
│   ├── utils/         # Utilities and translations
│   ├── App.jsx        # Main app component
│   ├── main.jsx       # Entry point
│   └── index.css      # Global styles
├── index.html
├── package.json
├── vite.config.js
└── tailwind.config.js

Customization

Colors

Edit tailwind.config.js to customize the color palette:

colors: {
  primary: {
    DEFAULT: '#2A73FF',
    dark: '#1e52cc',
    light: '#5a92ff',
  },
}

Translations

Edit src/utils/translations.js to add or modify translations.

Content

Update page components in src/pages/ to modify content.

License

© 2025 E+ Digital. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published