My web profile done with Material-UI
- This is a web app built with React on Next platform. Used Material UI library and TypeScript
- Can be used as a template for other dev (or not) summary pages (but it is still on development and have a lot of things to improve)
- The main data source is two files named
src/gravatar.jsonandsrc/data.json, but also have a very few data hardcoded. For sure this will be improved in the future - This project is built and deployed automatically to my
.github.iorepo. In order to get this working, in the build command are created two files needed for getting theNextproject working onGithubPages:.nojekyllandCNAME(theCNAMEfile is only needed if you publish yourGithubPagessite to your own domain, you will need to change it). The.nojekyllis something needed for enabling javascript - You could also configure the github action I have here, in order to automatically publish to your
.github.iosite. I used this custom action for pushing to the other github repo