Skip to content

DevFlexPort: Open-Source Dynamic Portfolio Hub for Developers. Showcase skills, projects, and create an engaging online presence. Fork, customize, and contribute to build your own dynamic portfolio. Elevate your developer profile with open-source innovation. https://www.figma.com/file/IsCEw3NuY7iA7eDFTNPges/Portfolio-(Community)?node-id=200%3A1453&

License

Hunter-420/DevFlexPort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevFlexPort

Front-End-Projects

Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub contributors GitHub last commit

GitHub repo size

Github GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

📌 Description

DevFlexPort: Open-Source Dynamic Portfolio Hub for Developers

Discover the power of dynamic web development with DevFlexPort, your go-to open-source portfolio solution. Showcase your skills and projects with ease, and create an engaging online presence. Fork, customize, and contribute to this repository to build your own dynamic portfolio website. Elevate your developer profile with DevFlexPort – where innovation meets open-source collaboration.

🚀 Features

  • Dynamic project and skills showcase
  • Easily customizable content
  • Responsive design for modern user experiences


Tech Stacks used ✨

MongoDB Express React Node.js

👨🏻‍💻 How to get started?

You can refer to the following articles on basics of Git and Github and also contact the Project Mentors, in case you are stuck:

📝 How to Contribute?

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help us know what this Script is all about.

Creating Pull Request 🌟


  1. Create a folder at you desired location (usually at your desktop).

  2. Open Git Bash Here.

  3. Create a Git Repository. Run the command git init

  4. Fork the repository.

  5. Clone your forked repository of project.

git clone https://github.com/<your-github-username>/DevFlexPort.git
  1. Navigate to the project directory.
cd DevFlexPort
  1. Add a reference(remote) to the original repository.
git remote add upstream https://github.com/hunter-420/DevFlexPort.git
  1. Check the remotes for this repository.
git remote -v
  1. Always take a pull from the upstream repository to your main branch to keep it updated as per the main repository.
git pull upstream main
  1. Create a new branch.
git checkout -b <your_branch_name>
  1. Perform your desired changes to the code base.

  2. Check your changes

git status
git diff
  1. Stage your changes
git add . <\files_that_you made_changes>
  1. Commit your changes.
git commit -m "<your_commit_message>"
  1. Push the committed changes in your feature branch to your remote repository.
git push -u origin <your_branch_name>
  1. To create a Pull Request, click on compare and pull requests.

  2. Add an appropriate title and description to your PR explaining your changes.

  3. Click on create pull request.

Congratulations🎉, you have made a PR to the DevFlexPort. Wait for your submission to be accepted and your PR to be merged by a maintainer.

🔗 Links

portfolio linkedin

Project Contributors⭐


Happy Coding 👨‍💻

Show some ❤️  by giving the star to this repo

Back to top

About

DevFlexPort: Open-Source Dynamic Portfolio Hub for Developers. Showcase skills, projects, and create an engaging online presence. Fork, customize, and contribute to build your own dynamic portfolio. Elevate your developer profile with open-source innovation. https://www.figma.com/file/IsCEw3NuY7iA7eDFTNPges/Portfolio-(Community)?node-id=200%3A1453&

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •