Study the source code of a well-known interactive developer portfolio to learn advanced browser techniques.
Use as a starting point for building your own animated or 3D personal portfolio website.
Explore how to structure a JavaScript portfolio project with a dev server and a production build.
| brunosimon/folio-2019 | neuland/micro-frontends | certd/certd | |
|---|---|---|---|
| Stars | 4,670 | 4,675 | 4,676 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 1/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
This repository contains the source code for a personal portfolio website built in 2019 by the developer Bruno Simon. The README is nearly empty and provides only the commands needed to install and run the project locally. It is a JavaScript project that uses Node.js as a development dependency. Running it locally requires installing dependencies with npm, then starting a local development server. A separate build command packages the project into a distributable folder. The README gives no description of what the portfolio looks like or what technologies power it beyond that setup information.
The complete source code for Bruno Simon's 2019 personal portfolio website, a JavaScript project with a local dev server and production build step.
Mainly JavaScript. The stack also includes JavaScript, Node.js, npm.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.