Skip to content

swciitg/PortfolioBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio-Builder

Portfolio Builder is a user-friendly React-based application that empowers users to effortlessly create personalized portfolio websites by simply filling out a user-friendly form.

Getting Started

Before you can start contributing to PortfolioBuilder, you need to set up your development environment. Follow these steps to get started:

Prerequisites

  1. Node: Ensure you have Node installed. You can download Node from here.

  2. Git: Make sure you have Git installed. If not, you can download it here.

  3. GitHub Account: You will need a GitHub account to contribute to this project. If you don't have one, you can sign up here.

Fork the Repository

  1. Fork the PortfolioBuilder repository to your GitHub account by clicking the "Fork" button on the top-right corner of the repository page.

Clone Your Fork

  1. Clone your forked repository to your local machine using the following command:

    git clone https://github.com/<your-username>/PortfolioBuilder.git

Install Dependencies

  1. Navigate to the project directory and install the required dependencies using Node package manager:

    cd frontend
    npm install
    cd backend
    npm install

Run the App

  1. You can now run the app using the following command:

    cd frontend
    npm start
    cd backend
    npm start

Contributing

We welcome all contributions, big or small. Here's how you can contribute to PortfolioBuilder:

  1. Pick an Issue: Check out our Issues page to find a task that interests you.

  2. Make Changes: Make your changes or improvements to the code.

  3. Test Locally: Ensure that your changes work as expected and do not introduce any new issues.

  4. Commit Changes: Commit your changes with a clear and concise commit message.

  5. Push Changes: Push your changes to your fork on GitHub.

  6. Create a Pull Request: Open a pull request from your fork to the main branch of the original repository.

  7. Review and Feedback: Your pull request will be reviewed by our team. Make any necessary changes based on feedback.

  8. Merge: Once your pull request is approved, it will be merged into the main project.

Happy Hacking!

Thank you for participating in Portfolio Builder Hacktoberfest. We appreciate your contributions, and together, we can make PortfolioBuilder even better for college students everywhere. If you have any questions or need assistance, feel free to reach out to us via GitHub issues or our community chat.

Happy coding! 🚀🎉

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages