This project is a fully responsive and animated website built using Next.js. It showcases smooth animations, interactive elements, and optimized performance to create a seamless and visually engaging user experience.
- Responsive Design: Works perfectly across all devices, including mobile, tablet, and desktop.
- Smooth Animations: Implemented using modern animation libraries for dynamic transitions and effects.
- Optimized Performance: Built with Next.js for server-side rendering and fast page loads.
- Interactive UI/UX: Designed with user engagement in mind.
- Frontend: ReactJS, Next.js
- Styling: CSS, TailwindCSS
- Animations: Framer Motion / GSAP (or mention the library you used)
- Hosting: Vercel
Check out the live website: Animated Website
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ahtishamkhan5678/Animated_Website_Nextjs.git
-
Navigate to the project directory:
cd project-name
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to:
http://localhost:3000
animated-website/
├── components/ # Reusable UI components
├── pages/ # Next.js pages
├── public/ # Static assets
├── styles/ # CSS/TailwindCSS styles
├── package.json # Project dependencies
└── README.md # Project documentation
Contributions are welcome! If you have ideas for improvements or find any issues, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Special thanks to the creators of Next.js and the animation libraries used.
- Inspiration from various web development resources and communities.