Skip to content

VardyNg/Portfolio

Repository files navigation

My Portfolio Website

Website Preview

Screen Cap updated on 2024-04-29

ReactJavaScriptAWSGitHub ActionsJenkinsDockerCloudflareSonarQube

What is this?

This is the source code of my Portfolio Website, available at VardyNg.com.

It contains all my projects, certs, educations, work history ...etc

Made by ReactJS, hosted on AWS S3 bucket static hosting, use Cloudflare as DNS

The infrastructure repo will be made public soon :)

What is included?

  • ReactJS code for the website
  • GitHub Actions for deploying to S3 and DockerHub
  • Jenkins pipeline (deprecated)

Start the project

Install NodeJS, run npm install to install dependencies, then npm run start to start it locally!

Deployment

Refer to the s3 and docker scripts for the detailed implementation