Automating my portfolio
Homepage of my new website

Automating my portfolio

So, I've been thinking to showcase my skills in a single go and I've been meaning to use various new features of GitHub like actions, projects, static hosting, etc., and doing all these together in creating my own portfolio seems like a good idea to me.

“Talk is cheap. Show me the code.” ― Linus Torvalds

Source code

I have written a React application with custom webpack config, tests that can verify code on every pull request to make sure nothing breaks, automated release on main(develop) branch to gh-pages(master branch as this default repository).

Since Github can host static content for <gituser>.github.com on master, my deployment was made to the master branch.

I made sure my CI reports to Coveralls, code factor, and integrate `dependabot` to raise automatic PRs for updating dependencies.

Overall it is a fun project for me to use so many tools to do something cool.

source code overview

Check out the website here: Mani's Portfolio

Report any bugs you find here

Ciao!

To view or add a comment, sign in

Insights from the community

Others also viewed

Explore topics