A modern, fully responsive clone of sciencegroup.in, rebuilt from scratch using Next.js and Tailwind CSS.
This project is a pixel-perfect recreation of the original Science Group website, previously built with Wix. Now, it leverages the power of React, server-side rendering, and utility-first CSS for performance, scalability, and maintainability.
- Framework: Next.js (React, SSR, SSG)
- Styling: Tailwind CSS
- Deployment: Vercel
-
Clone the repository:
git clone https://github.com/your-username/science-group.git cd science-group -
Install dependencies:
npm install # or yarn install -
Run the development server:
npm run dev # or yarn dev -
Open https://science.nakul.click to view it in your browser.
- 100% responsive and mobile-friendly
- Fast load times with Next.js SSR/SSG
- Clean, maintainable codebase
- Modular components and layouts
- Easy to customize and extend
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is for educational and demonstration purposes only.
Original design and content © sciencegroup.in.
Built with ❤️ using Next.js and Tailwind CSS.