This is a personal portfolio project built using Next.js, designed to showcase skills, projects, and accomplishments in web development.
Follow these steps to set up and run the project locally:
-
Install Dependencies:
Run the following command to install required packages:npm install # or yarn install # or pnpm install # or bun install
-
Start the Development Server:
Start the server with:npm run dev # or yarn dev # or pnpm dev # or bun dev
-
View the Application:
Open your browser and navigate to http://localhost:3000 to view the portfolio.
-
Responsive Design:
Optimized for all devices, ensuring the portfolio looks great on desktops, tablets, and smartphones. -
Skill Showcase:
Highlight your technical skills with an interactive and visually appealing layout. -
Projects Section:
Display completed projects with descriptions, images, and links to live demos or repositories. -
Custom Fonts and Styling:
Leveragesnext/fontfor optimal typography and integrates modern styling techniques. -
Animation and Interactivity:
Features smooth transitions and animations for an engaging user experience.
app/: Contains pages and components for the application.components/: Houses global and component-specific files.
-
Update Your Information:
Edit the content in theapp/folder to include your name, skills, projects, and other details. -
Add New Projects:
Add your projects to the portfolio by updating the relevant components in theapp/directory. -
Modify Styling:
Customize the design by editing files in thecomponents/folder.
- Next.js Documentation - Comprehensive guide to Next.js features.
- Learn Next.js - Interactive Next.js tutorial for developers.
Feel free to fork this repository and enhance it further for your portfolio needs. Contributions are welcome and appreciated!