dragon-devs / my-portfolio

Easily create your own web portfolio with My Portfolio. Download, customize, and showcase your talents and achievements! follow the instructions and you are good to go.

Home Page:https://dragon-devs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Portfolio

My Portfolio is an open-source project for creating personalized web portfolios. Download, edit, and upload to your domain with ease. Showcase your talents and achievements your way, you are welcome to use it :)

Key Features

  • Personalized Portfolios: Create customized web portfolios to showcase your talents and achievements.
  • Flexible Deployment: Upload your portfolio to your domain effortlessly.
  • Responsive Design: Ensure your portfolio looks great on all devices with responsive design.
  • Open Source: Built on open-source technologies, making it easy to modify and adapt to your needs.

Getting Started

To get started with My Portfolio, follow these steps:

Clone the Repository:

git clone https://github.com/dragon-devs/my-portfolio.git

Then go to:

cd my-portfolio

Then go change_data directory where you can add you details.

cd change_data

There are 2 files one is hero_section.json where you will fill your details. The other one is projects.json for projects details your previous that you want to showcase. and add the projects images in the public directory there is another directory name projects then projects follow the sequence as it shown in the provided example.

You can change the portfolio_hero.png add your picture for hero section (optional)

Readme.png

Edit and Customize:

Customize the portfolio to your liking by editing the provided templates and content. after cloning:

npm install

Then run:

npm run dev

visit: http://localhost:3000

Deploy to Your Domain:

Upload the customized portfolio to your domain or hosting provider :)

Customize your theme:

go to change_data open the theme.json:

{
    "theme": "blue", // you can change this to any available color you want.
    "radius": "0.5rem" // change the value for radius of the elements as you want.
}

Available Colors:

    theme: "white" | "blue" | "red" | "rose" | "yellow" | "orange" | "green" | "purple",

select one of the provide colors then run:

npm run generate-theme

you will see the changes immediately. if not working open an issue.

Experience Timeline:

inside the change_data directory there is a new file name experience.json

cd change_data
experience.json

now you can add your experience edit the file name: experience.json fill it with your data. save it.

Contributing

Contributions are welcome! If you'd like to contribute to My Portfolio, please follow these guidelines:

  • Fork the repository and create your branch from main.
  • Make sure your code adheres to the established code style.
  • Ensure your commits are descriptive and well-documented.
  • Open a pull request, describing the changes you've made.

License

My Portfolio is licensed under the MIT License.

Support

For support, bug reports, or feature requests, please open an issue.

About

My Portfolio is developed and maintained by dragon-devs.

About

Easily create your own web portfolio with My Portfolio. Download, customize, and showcase your talents and achievements! follow the instructions and you are good to go.

https://dragon-devs.vercel.app

License:MIT License


Languages

Language:TypeScript 80.3%Language:JavaScript 15.4%Language:CSS 4.3%