Giter VIP home page Giter VIP logo

yassmittal / devflexport Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hunter-420/devflexport

0.0 0.0 0.0 274 KB

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&

Home Page: https://dev-flex-port.vercel.app/

License: MIT License

JavaScript 79.67% CSS 18.47% HTML 1.86%

devflexport's Introduction

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

devflexport's People

Contributors

hunter-420 avatar dependabot[bot] avatar ujjwalnp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.