A modern, responsive website for QuintTech showcasing technology services, portfolio, and company information. Built with React, Vite, and Tailwind CSS.
- Modern UI/UX: Beautiful gradient designs with smooth animations and transitions
- Responsive Design: Fully responsive layout that works seamlessly on desktop, tablet, and mobile devices
- Multi-page Navigation:
- Home page with hero section, services preview, featured projects, and testimonials
- Services page with detailed service offerings and categories
- Portfolio page showcasing completed projects
- About page with company information
- Contact page for client inquiries
- Interactive Components:
- Animated hero section
- Service cards with hover effects
- Mobile-responsive navigation menu
- Scroll-to-top functionality
- Testimonials section
- Stats section
- React 19.1.1 - UI library
- Vite 7.1.2 - Build tool and dev server
- React Router DOM 7.8.2 - Client-side routing
- Tailwind CSS 3.4.8 - Utility-first CSS framework
- React Icons 5.5.0 - Icon library
- ESLint - Code linting
- Clone the repository:
git clone <repository-url>
cd QuintTech- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to
http://localhost:5173
To create a production build:
npm run buildThe build output will be in the dist directory.
To preview the production build:
npm run previewQuintTech/
├── public/ # Static assets
│ ├── car.jpg
│ ├── Data.jpg
│ ├── DevOps.jpg
│ ├── Ecommerce.jpg
│ ├── image.png
│ ├── light.png
│ ├── Mobile app.jpg
│ └── UI.jpg
├── src/
│ ├── assets/ # Additional assets
│ ├── components/ # Reusable React components
│ │ ├── AdditionalServicesCard.jsx
│ │ ├── Footer.jsx
│ │ ├── Header.jsx
│ │ ├── Hero.jsx
│ │ ├── HomeService.jsx
│ │ ├── MainServicesCard.jsx
│ │ ├── MobileMenu.jsx
│ │ ├── ScrollToTop.jsx
│ │ ├── ServiceCard.jsx
│ │ ├── StatsSection.jsx
│ │ └── Testimonials.jsx
│ ├── pages/ # Page components
│ │ ├── About.jsx
│ │ ├── Contact.jsx
│ │ ├── Home.jsx
│ │ ├── Portfolio.jsx
│ │ └── Services.jsx
│ ├── App.jsx # Main app component with routing
│ ├── Root.jsx # Root layout component
│ ├── index.css # Global styles
│ └── main.jsx # Entry point
├── index.html # HTML template
├── package.json # Dependencies and scripts
├── tailwind.config.js # Tailwind configuration
├── vite.config.js # Vite configuration
└── README.md # This file
The website showcases the following technology services:
- Web Applications - Full-stack web apps with MERN, Next.js
- Mobile Applications - Cross-platform apps with React Native and Flutter
- Cloud & DevOps - CI/CD pipelines, infrastructure as code, cloud architecture
- Data & Machine Learning - Analytics dashboards, ML prototypes
- UI/UX Design - User-centered design and prototyping
- E-commerce Platforms - Complete e-commerce solutions
- Business Intelligence - Interactive dashboards and BI solutions
- Big Data Solutions - Scalable data platforms
- Security Audits
- API Development
- SEO Optimization
- Analytics & Reporting
- Code Reviews
- AI Integration
- Home (
/): Landing page with hero section, services overview, featured projects, and testimonials - Services (
/service): Detailed view of all services with filtering capabilities - Portfolio (
/portfolio): Showcase of completed projects and case studies - About (
/about): Company information and team details - Contact (
/contact): Contact form and inquiry submission
- Gradient backgrounds and modern color schemes
- Smooth scroll animations and transitions
- Hover effects on interactive elements
- Mobile-first responsive design
- Glassmorphism effects on navigation
- Custom typography using Google Fonts (Manrope & Roboto)
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint
The project uses Tailwind CSS with custom configuration. Modify tailwind.config.js to customize the design system.
Vite configuration can be adjusted in vite.config.js for build optimizations and plugin settings.
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
This project is private and proprietary to QuintTech.
This is a private project. For contributions or inquiries, please contact the project maintainers.
For more information about QuintTech services, visit the website or use the contact page.
Built with ❤️ for QuintTech