Skip to content

abrahamt17/Fitty

Repository files navigation

Fitvate - Modern Fitness Website

A modern, responsive fitness website built with Next.js 14, TypeScript, and React.

Features

  • 🎨 Modern, responsive design
  • ⚡ Built with Next.js 14 and TypeScript
  • 🎭 Smooth animations and transitions
  • 📱 Fully mobile-responsive
  • 🎯 Interactive components with custom hooks
  • 🖱️ Custom cursor effects
  • 📊 Animated statistics counters
  • 🖼️ Image gallery with filtering
  • 💳 Pricing plans section
  • 📧 Contact form
  • 🎪 Multiple pages (Home, About, Pricing, Gallery, Contact)

Tech Stack

  • Framework: Next.js 14 (App Router)
  • Language: TypeScript
  • Styling: CSS3 with modern features
  • Icons: Font Awesome 6.4.0
  • Fonts: Inter (Google Fonts)

Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/abrahamt17/Fitty.git
cd Fitty
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Project Structure

Fitty/
├── app/                 # Next.js app directory
│   ├── layout.tsx      # Root layout
│   └── page.tsx        # Home page
├── components/         # React components
│   ├── Navigation.tsx
│   ├── Hero.tsx
│   ├── WhyUs.tsx
│   ├── Trainers.tsx
│   └── ...
├── styles/             # Global styles
│   └── globals.css
├── types/              # TypeScript type definitions
├── lib/                # Utility functions
├── hooks/              # Custom React hooks
└── public/             # Static assets
    └── assets/

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm start - Start production server
  • npm run lint - Run ESLint

Features in Detail

Responsive Design

  • Mobile-first approach
  • Breakpoints at 480px, 768px, 968px, and 1200px
  • Touch-friendly navigation

Animations

  • Scroll reveal animations
  • Parallax effects
  • Smooth transitions
  • Loading animations

Components

  • Reusable React components
  • TypeScript for type safety
  • Custom hooks for common functionality

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.

Author

Abraham Tikuye

About

Simple Fitness website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published