A modern, responsive portfolio website built with Next.js 14, React, and Tailwind CSS. This website showcases my professional work, skills, and experiences in an elegant and interactive way.
Clone the repository
git clone [your-repo-link]
Install dependencies
npm install
# or
yarn install
# or
pnpm install
Start the development server
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 in your browser
āāā app/ # Next.js app directory
āāā components/ # Reusable UI components
āāā constants/ # Constants and static data
āāā lib/ # Utility functions
āāā public/ # Static assets
āāā styles/ # Global styles
The site can be configured by modifying the following files:
constants/dummy-data.ts
- Portfolio content and personal informationtailwind.config.ts
- Tailwind CSS configurationapp/globals.css
- Global stylesThis project is open source and available under the MIT License.
Feel free to reach out if you have any questions or would like to connect!
[Add your contact information here]
Built with ā¤ļø using Next.js