Personal Portfolio, few free to update and use for your personal portfolio.
Screenshot
The list of the main techs used in this project.
Fork the Repository:
Simply click on the “fork” button of the repository page on GitHub.
Clone the Repository:
git clone https://github.com/abnersouza/portfolio.git
Inside the public folder update with your personal information the following files:
-
public/index.html # Title and MetaTags.
-
public/resumeData.json # All the information data for the portfolio.
-
public/Abner-Souza-CV.pdf # Remove and add your own curriculum in a pdf format.
-
public/images/abner-souza.jpeg # Add your own profile picture
-
public/images/abnersouza.png # Add your own portfolio screenshot
# Navigate to root directory
> cd ./portfolio
# Install all dependencies
> npm install
# Run localhost
> npm run start
# Build for production, it creates a folder called /build
> npm run build
http://localhost:3000
This project is under MIT License