Personal Portfolio

Make a personal portfolio to represent yourself to prospective employers!

  • React.js

  • HTML

  • CSS

  • Javascript (Node.js)

How to get started πŸͺ„

Go to your GitHub profile and create a new repository called personal-portfolio

Visit this link and clone it by using

git clone https://github.com/AndreaHabib/CSC591.git

Once it's cloned, open the project in Visual Studio Code

//quick command to open project in vs code from terminal
cd CSC591
code .

Run the following commands in the terminal in Visual Studio Code:

git checkout template
git remote set-url origin <YOUR-REPO-HTTPS/URL>
git push

Go back to the GitHub repository to make sure it was pushed there.

if you have Node.js, then the following commands should open up the browser in localhost

To start the project, run the following commands in Visual Studio Code terminal:

npm install
npm start

If you see the following in your terminal, that means its working correctly!

That's it! Start away at designing an awesome personal portfolio!

Last updated