To view a live example, click here.
You can change make changes in Data.js file according to your personal details.
If you'd like to contribute and make this much better for other users, have a look at Issues.
Created something awesome for your fork of the portfolio and want to share it? Feel free to open a pull request.
Find a 🐛, open an issue.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need Git and Node.js (which comes with npm) installed on your computer
From your command line, clone and run dev-portfolio:
# Clone this repository
git clone https://github.com/phoenixx1/phoenixx1.github.io.git dev-portfolio
# Go into the repository
cd dev-portfolio
# Install dependencies
npm install
# Start a local dev server
npm start