Files
| 📄 .env | |
| 📄 .gitignore | 220 B |
| 📄 README.md | 7.7 KB |
| 📄 _redirects | 188 B |
| 📄 eslint.config.js | 739 B |
| 📄 index.html | 1.6 KB |
| 📄 package-lock.json | 154.5 KB |
| 📄 package.json | 980 B |
| 📄 postcss.config.js | 81 B |
| 📄 tailwind.config.js | 170 B |
| 📄 tsconfig.app.json | 552 B |
| 📄 tsconfig.json | 119 B |
| 📄 tsconfig.node.json | 479 B |
| 📄 vite.config.ts | 220 B |
README
# Entanglix Labs - Official Website
A modern, production-ready website for Entanglix Labs, showcasing innovative IoT products and solutions. Built with React, TypeScript, and Tailwind CSS for optimal performance and user experience.
## Features
- **Modern Design**: Minimal, futuristic aesthetic with blue-to-white gradients and smooth animations
- **Fully Responsive**: Mobile-first design that works seamlessly across all devices
- **Smooth Navigation**: One-click smooth scrolling between sections
- **Interactive Shop**: Featured VFT Server product with complete checkout flow
- **SEO Optimized**: Comprehensive meta tags for search engines and social media
- **Accessibility**: Semantic HTML, ARIA labels, and keyboard navigation support
- **Performance**: Code splitting, lazy loading, and optimized build for fast loading
## Tech Stack
- **Framework**: React 18 with TypeScript
- **Styling**: Tailwind CSS with custom gradient configurations
- **Icons**: Lucide React for consistent, scalable icons
- **Build Tool**: Vite for lightning-fast development and optimized builds
- **Linting**: ESLint with TypeScript support
## Quick Start
### Prerequisites
- Node.js 16+ and npm installed on your system
### Installation
1. Clone the repository:
```bash
git clone <repository-url>
cd entanglix-labs
```
2. Install dependencies:
```bash
npm install
```
3. Start the development server:
```bash
npm run dev
```
The website will be available at `http://localhost:5173`
## Available Scripts
- `npm run dev` - Start development server with hot module replacement
- `npm run build` - Build for production (outputs to `dist/` directory)
- `npm run preview` - Preview production build locally
- `npm run lint` - Run ESLint to check code quality
- `npm run typecheck` - Run TypeScript type checking
## Project Structure
```
entanglix-labs/
├── src/
│ ├── components/ # React components
│ │ ├── Navigation.tsx # Header with navigation
│ │ ├── Hero.tsx # Hero se