Skip to content

This portfolio project showcases my skills, experiences, and accomplishments as a developer. It includes sections for my work experience, personal projects, and awards, all designed with a responsive and modern user interface.

Notifications You must be signed in to change notification settings

lancedalanon/my-portfolio

Repository files navigation

My Portfolio

Next.js Node.js License

This portfolio project showcases my skills, experiences, and accomplishments as a developer. It includes sections for my work experience, personal projects, and awards, all designed with a responsive and modern user interface.

Table of Contents

Getting Started

To get started with this project, first, clone the repository and navigate to the project directory:

git clone https://github.com/lancedalanon/my-portfolio.git
cd my-portfolio

Prerequisites

Make sure you have Node.js installed. You can download it from nodejs.org.

Installation

Install the necessary dependencies:

npm install
# or
yarn install
# or
pnpm install

Run the Development Server

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 in your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Netlify

Since this is a frontend-only application, you can easily deploy it on Netlify. Follow these steps:

  1. Create a Netlify account if you don't have one.
  2. Link your GitHub repository or drag and drop your project folder into the Netlify dashboard.
  3. Configure build settings:
    • Build Command: npm run build
    • Publish Directory: .next
  4. Click Deploy Site and wait for the deployment to complete.
  5. Once deployed, you'll receive a live URL for your portfolio!

For more detailed deployment instructions, visit the Netlify Documentation.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

This portfolio project makes use of:

Contact

For any questions or feedback, feel free to reach out:

About

This portfolio project showcases my skills, experiences, and accomplishments as a developer. It includes sections for my work experience, personal projects, and awards, all designed with a responsive and modern user interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages