The frontend code for my cloud resume (resume.laripping.com), created as part of the Cloud Resume Challenge
This project contains
- the HTML & CSS for the UI
- some minimal JavaScript that fetches the visitor count from the backend via the [API](#The API)
- A Github Action that auto-deploys code pushed to the master branch on the S3 bucket where it's served from
A simple REST API was developed to bridge the frontend and backend code (link)
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