/cloud-resume-frontend

Frontend Code for my cloud resume

Primary LanguageHTML

Cloud Resume Frontend

The frontend code for my cloud resume (resume.laripping.com), created as part of the Cloud Resume Challenge

This project contains

  1. the HTML & CSS for the UI
  2. some minimal JavaScript that fetches the visitor count from the backend via the [API](#The API)
  3. A Github Action that auto-deploys code pushed to the master branch on the S3 bucket where it's served from

The API

A simple REST API was developed to bridge the frontend and backend code (link)

Local Development

Ensure you're running Python3.8 (e.g. using pyenv) and

pip3 install httpwatcher
httpwatcher --root . 
# or pyenv exec httpwatcher --root . 
# visit http://localhost:5555/resume.html