Skip to content

Sattu2806/GitHub-Clone

Repository files navigation

GitHub Home Page

An animated web app built using Next.js, Tailwind CSS, and Framer Motion.

Screenshot 2024-06-09 at 4 06 28 AM

Table of Contents

Overview

This project is a frontend web application that mimics the GitHub home page with smooth animations and modern design. It leverages Next.js for server-side rendering, Tailwind CSS for styling, and Framer Motion for animations.

Features

  • Animated Interface: Smooth and engaging animations for a better user experience.
  • Modern Design: Utilizes Tailwind CSS for a clean and responsive design.
  • Fast Performance: Built with Next.js for server-side rendering and fast load times.

Technologies Used

  • Next.js: React framework for building server-side rendered applications.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • Framer Motion: Library for creating animations in React.

Setup

  1. Clone the repository:
    git clone https://github.com/Sattu2806/GitHub-Clone.git
    
  2. Install dependencies:
    npm install
    
  3. Run the development server:
    npm run dev