/react-portfolio

Portfolio website template using react.js

Primary LanguageJavaScript

Make your Portfolio

Introduction

React Portfolio is a project in react.js. The output screenshots are attached below.


Create your portfolio

  • Clone the repo
    • route to the directory in terminal
    • git clone git@github.com:aakritsubedi/react-portfolio.git
    • open the folder in the editor of your choice
    or, simply download the zip file from https://github.com/aakritsubedi/react-portfolio
  • route to the directory in terminal
  • yarn install/ npm install - installs all the dependencies and packages
  • yarn start/ npm start
  • -all the basic installation to run react application should be configured
    Editing and Updating your info
  • open the folder in the code editor of your choice
    • route to src/Constants/myInfo.js file
    • my necessary changes
    • Don't remove any variable. Only change the content of the variable defined in the myInfo.js file.
  • Visit localhost:3000