Skip to content

veebeeyoukay/zenity-clone

Repository files navigation

Zenity.io Website Clone

A complete clone of the Zenity.io website built with modern web technologies. This project replicates the design, layout, and functionality of the original Zenity website, showcasing expertise in web development and attention to detail.

πŸš€ Tech Stack

  • Next.js 15 - React framework with App Router
  • TypeScript - Type-safe JavaScript
  • Tailwind CSS - Utility-first CSS framework
  • shadcn/ui - Beautiful and accessible React components
  • Radix UI - Headless UI primitives for accessibility
  • Lucide React - Modern icon library
  • Bun - Fast JavaScript runtime and package manager

πŸ“‹ Features

  • Responsive Design - Fully responsive across all device sizes
  • Modern UI Components - Built with shadcn/ui and Radix UI
  • TypeScript Support - Full type safety throughout the application
  • Optimized Performance - Built with Next.js 15 and modern web standards
  • Accessible - WCAG compliant components and proper semantic HTML
  • SEO Ready - Optimized for search engines

🎯 Components Included

  • Header with navigation menu
  • Hero section with call-to-action
  • Problems section highlighting pain points
  • Platform overview section
  • Features showcase
  • Customer testimonials
  • Zenity Labs section
  • Expert validation section
  • Blog highlights
  • Footer with links and information
  • Webinar banner

πŸ› οΈ Getting Started

  1. Clone the repository

    git clone https://github.com/[username]/zenity-clone.git
    cd zenity-clone
  2. Install dependencies

    bun install
  3. Run the development server

    bun dev
  4. Open your browser Navigate to http://localhost:3000 to see the application.

πŸ“ Project Structure

zenity-clone/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ app/
β”‚   β”‚   β”œβ”€β”€ globals.css
β”‚   β”‚   β”œβ”€β”€ layout.tsx
β”‚   β”‚   β”œβ”€β”€ page.tsx
β”‚   β”‚   └── ClientBody.tsx
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ ui/          # shadcn/ui components
β”‚   β”‚   β”œβ”€β”€ Header.tsx
β”‚   β”‚   β”œβ”€β”€ HeroSection.tsx
β”‚   β”‚   β”œβ”€β”€ ProblemsSection.tsx
β”‚   β”‚   β”œβ”€β”€ PlatformSection.tsx
β”‚   β”‚   β”œβ”€β”€ FeaturesSection.tsx
β”‚   β”‚   β”œβ”€β”€ TestimonialsSection.tsx
β”‚   β”‚   β”œβ”€β”€ ZenityLabsSection.tsx
β”‚   β”‚   β”œβ”€β”€ ExpertValidationSection.tsx
β”‚   β”‚   β”œβ”€β”€ BlogsSection.tsx
β”‚   β”‚   β”œβ”€β”€ FinalCTASection.tsx
β”‚   β”‚   β”œβ”€β”€ Footer.tsx
β”‚   β”‚   └── WebinarBanner.tsx
β”‚   └── lib/
β”‚       └── utils.ts
β”œβ”€β”€ tailwind.config.ts
β”œβ”€β”€ next.config.js
β”œβ”€β”€ tsconfig.json
└── package.json

πŸ”§ Development Scripts

  • bun dev - Start development server with Turbopack
  • bun build - Build the application for production
  • bun start - Start the production server
  • bun lint - Run Biome linter and TypeScript checks
  • bun format - Format code with Biome

🚒 Deployment

This project is configured for easy deployment on:

  • Vercel - Zero-config deployment with Git integration
  • Netlify - Includes netlify.toml configuration
  • Any Node.js hosting - Standard Next.js deployment

πŸ“ Code Quality

  • ESLint - JavaScript/TypeScript linting
  • Biome - Fast formatter and linter
  • TypeScript - Strict type checking enabled
  • Prettier integration - Consistent code formatting

🀝 Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

πŸ“„ License

This project is for educational and demonstration purposes. All design credits go to the original Zenity.io website.

🎨 Design Credits

Original design and content belong to Zenity.io. This clone is created for educational purposes to demonstrate web development skills.

About

A complete clone of the Zenity.io website built with Next.js, TypeScript, and Tailwind CSS. Features responsive design, modern UI components, and full type safety.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors