π 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! π






