Website for DeafGain LLC
Find a file
2024-11-23 13:48:37 -06:00
public Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
src Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
.gitignore Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
docker-compose.yml Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
Dockerfile Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
eslint.config.js Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
index.html Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
nginx.conf Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
package-lock.json Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
package.json Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
postcss.config.js Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
README.md Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
ROADMAP Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
tailwind.config.js Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
Tech_Stack Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
tsconfig.app.json Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
tsconfig.json Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
tsconfig.node.json Initial commit with correct file structure 2024-11-23 13:48:37 -06:00
vite.config.ts Initial commit with correct file structure 2024-11-23 13:48:37 -06:00

DeafGain LLC Website

Overview

A dynamic web platform dedicated to empowering the Deaf community through innovative communication solutions, training, and accessibility services. This website serves as the digital presence for DeafGain LLC, showcasing our comprehensive services including ADA-compliant transcripts, universal website design, board communication protocols, and leadership training.

Core Features

Intuitive user interface with responsive design Interactive USA region map displaying network and relationships Video resources with accessible playback controls and captions Detailed service descriptions Secure contact system Key sections: Home, Services, About, Resources, and Contact Technical Stack React 18 with TypeScript Tailwind CSS for styling Framer Motion for animations React Simple Maps for geographic visualization Vite build system Docker containerization Nginx web server

Quick Start

Development

npm install npm run dev

Visit localhost:3000 in your browser.

Production Deployment

docker-compose up --build

Application will be served on port 80.

Project Structure

src/ ├── components/ # Reusable UI components ├── pages/ # Main application pages ├── assets/ # Static assets public/ ├── images/ # Image assets ├── videos/ # Video content ├── subtitles/ # Video captions ├── transcriptions/# Text transcripts

Environment Setup

Development: Uses Vite dev server with hot reload Production: Nginx configuration with optimized cache settings Docker containers for consistent deployment

Contributing

We welcome contributions that align with our mission of improving accessibility and empowerment for the Deaf community. Follow the established patterns for:

Component architecture Styling conventions Accessibility standards TypeScript typing License Proprietary - DeafGain LLC

Contact

For questions or support, reach out through our contact form.

This website represents DeafGain LLC's commitment to creating accessible, user-friendly digital experiences while maintaining high technical standards and professional quality.