This repository hosts my portfolio and competency dossier, showcasing my experience as a developer working with technologies such as PHP (Symfony), JavaScript (React.js / Node.js), and Go.
This simple project is built as a modern React application using:
- React Router for client-side routing
- TailwindCSS for styling
The portfolio presents my professional journey, key projects, and technical skills through a responsive and interactive user interface. Markdown files are used to dynamically load and present my competency dossier.
For additional inspiration on developer portfolios, please see this list: Developer Portfolios Inspiration.
- Responsive design with TailwindCSS
- Client-side routing with React Router
- Dynamic markdown content loading
Install the dependencies:
npm installStart the development server:
npm run devCreate a production build:
npm run buildRun the application:
npm run start