🚀 A modern web application built with Next.js, TypeScript, and TailwindCSS.
- 🔥 Next.js for Server-Side Rendering and Static Site Generation.
- ⚡ TypeScript for robust and type-safe code.
- 🎨 TailwindCSS for rapid and responsive styling.
- 💻 Fully responsive and optimized for performance.
Check out the live version of the website here: Deployed Website Link
├── components # Reusable UI components
├── pages # Next.js pages
├── public # Static assets (images)
├── styles # TailwindCSS styles
├── utils # Utility functions
├── tsconfig.json # TypeScript configuration
└── package.json # Dependencies and scripts
Follow these steps to set up the project locally:
- Node.js v16+ (Download Here)
- npm or yarn package manager
# Clone the repository
$ git clone https://github.com/your-username/your-repo-name.git
# Navigate to the project folder
$ cd your-repo-name
# Install dependencies
$ npm install
# or
$ yarn install# Start the development server
$ npm run dev
# or
$ yarn dev
# Open your browser at http://localhost:3000# Build the project
$ npm run build
# or
$ yarn build
# Start the production server
$ npm start
# or
$ yarn startTo customize the project:
- Edit styles in
./tailwind.config.ts. - Modify components in
./components. - Update page content in
./app/page.tsx.
Contributions are welcome! To contribute:
- Fork the repository
- Create a feature branch (
git checkout -b feature-name) - Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature-name) - Create a Pull Request
If you have any questions, feel free to reach out:
- GitHub: lostluffyz
- Email: dhruvjha.dhairya0@gmail.com
If you like this project, please give it a ⭐ on GitHub and share it with others! 😊






