An animated web app built using Next.js, Tailwind CSS, and Framer Motion.
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.
- 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.
- 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.
- Clone the repository:
git clone https://github.com/Sattu2806/GitHub-Clone.git
- Install dependencies:
npm install
- Run the development server:
npm run dev