A modern, fully-responsive GPT-3 landing page built with React and Vite, inspired by the JavaScript Mastery YouTube channel.
This project is a pixel-perfect recreation of a premium GPT-3 landing page, showcasing modern React development practices, advanced CSS techniques, and responsive design principles. Built following the comprehensive tutorial series from JavaScript Mastery.
π Live Demo: gpt-3-fawn-alpha.vercel.app
- β‘ React 18 with Vite for lightning-fast development
- π± Fully Responsive design using CSS Flexbox & Grid
- π¨ Modern UI/UX with gradient backgrounds and smooth animations
- π§© Modular Components with clean separation of concerns
- π Optimized Performance with Vite's HMR (Hot Module Replacement)
- π― SEO Friendly structure and semantic HTML
- π« Smooth Scrolling and interactive elements
- Framework: React 18
- Build Tool: Vite
- Languages: JavaScript (41.0%), CSS (58.0%), HTML (1.0%)
- Styling: Vanilla CSS with advanced techniques
- Deployment: Vercel
- Code Quality: ESLint with recommended rules
gpt-3/
βββ public/
β βββ vite.svg
βββ src/
β βββ assets/ # Images and static files
β β βββ ai.png
β β βββ logo.png
β β βββ people.png
β β βββ possibility.png
β β βββ [brand logos...]
β βββ components/ # Reusable UI components
β β βββ article/
β β β βββ Article.jsx
β β β βββ article.css
β β βββ brand/
β β β βββ Brand.jsx
β β β βββ brand.css
β β β βββ imports.js
β β βββ cta/
β β β βββ CTA.jsx
β β β βββ cta.css
β β βββ feature/
β β β βββ Feature.jsx
β β β βββ feature.css
β β βββ navbar/
β β β βββ Navbar.jsx
β β β βββ navbar.css
β β βββ index.js
β βββ containers/ # Page sections
β β βββ blog/
β β β βββ Blog.jsx
β β β βββ blog.css
β β β βββ imports.js
β β βββ features/
β β β βββ Features.jsx
β β β βββ features.css
β β βββ footer/
β β β βββ Footer.jsx
β β β βββ footer.css
β β βββ header/
β β β βββ Header.jsx
β β β βββ header.css
β β βββ possibility/
β β β βββ Possibility.jsx
β β β βββ possibility.css
β β βββ whatGPT3/
β β β βββ WhatGPT3.jsx
β β β βββ whatGPT3.css
β β βββ index.js
β βββ App.css
β βββ App.jsx
β βββ index.css
β βββ main.jsx
βββ .gitignore
βββ eslint.config.js
βββ index.html
βββ package.json
βββ package-lock.json
βββ README.md
βββ vite.config.js
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository
git clone https://github.com/sayeedmunees/gpt-3.git cd gpt-3 -
Install dependencies
npm install
-
Start development server
npm run dev
-
Open your browser
http://localhost:5173
npm run build
npm run preview- Modern navigation with GPT-3 branding
- Responsive hamburger menu for mobile
- Smooth scroll navigation
- Compelling headline with gradient text effects
- Call-to-action buttons with hover animations
- Social proof with user statistics
- What is GPT-3 - Educational content section
- Possibilities - Feature showcase with interactive cards
- Chatbots, Knowledgebase, Education - Service highlights
- Dynamic blog cards with hover effects
- "Read Full Article" call-to-actions
- Responsive grid layout
- Three-column responsive layout
- Contact information and social links
- Copyright and legal information
- Color Palette: Dark theme with blue/purple gradients
- Typography: Modern font hierarchy with perfect spacing
- Animations: Subtle hover effects and smooth transitions
- Mobile-First: Responsive design principles throughout
- Accessibility: Semantic HTML and proper contrast ratios
This project was built following the tutorial series:
- Channel: JavaScript Mastery
- Tutorial: "Build and Deploy a Fully Responsive Modern UI/UX Website"
- Technologies Covered: React, CSS, Responsive Design, Modern UI/UX
Contributions, issues, and feature requests are welcome!
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- JavaScript Mastery for the comprehensive tutorial
- OpenAI for GPT-3 inspiration
- Vercel for seamless deployment
- Vite team for the amazing build tool
Made with β€οΈ by Sayeed Munees
If you found this project helpful, please consider giving it a β!