Welcome to my personal portfolio! This is a modern, responsive web application built to showcase my projects, skills, and experience.
This project is built using modern web development tools and frameworks:
- Framework: Next.js 16 (App Router)
- Library: React 19
- Styling: Tailwind CSS v4
- Icons: React Icons
app/page.js: The main landing page of the portfolio.app/projects.js&app/project-card.js: Components for rendering the project showcase section.app/nametag.js&app/slider.js: UI components used to enhance the visual layout.app/globals.css: Global styles including Tailwind directives.
To run this project locally, follow these steps:
- Clone the repository (if you haven't already).
- Install dependencies:
npm install
- Run the development server:
npm run dev
- View the app: Open http://localhost:3000 in your browser to see the result.
You can start editing the page by modifying app/page.js. The browser auto-updates as you edit the file.
To create an optimized production build:
npm run build
npm run start