Skip to content

justakartik/portfolio

Repository files navigation

Portfolio

This is a personal portfolio project built using Next.js, designed to showcase skills, projects, and accomplishments in web development.

Getting Started

Follow these steps to set up and run the project locally:

  1. Install Dependencies:
    Run the following command to install required packages:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  2. Start the Development Server:
    Start the server with:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  3. View the Application:
    Open your browser and navigate to http://localhost:3000 to view the portfolio.

Project Features

  • 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:
    Leverages next/font for optimal typography and integrates modern styling techniques.

  • Animation and Interactivity:
    Features smooth transitions and animations for an engaging user experience.

Folder Structure

  • app/: Contains pages and components for the application.
  • components/: Houses global and component-specific files.

How to Customize

  1. Update Your Information:
    Edit the content in the app/ folder to include your name, skills, projects, and other details.

  2. Add New Projects:
    Add your projects to the portfolio by updating the relevant components in the app/ directory.

  3. Modify Styling:
    Customize the design by editing files in the components/ folder.

Resources and Documentation

Contributing

Feel free to fork this repository and enhance it further for your portfolio needs. Contributions are welcome and appreciated!

About

A portfolio website for the developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published