Welcome to my portfolio, a curated collection of personal projects as a developer.
🔗 Live site: https://maximeconceicao.github.io
- Digital Garden - A personal digital garden built with Astro, collecting notes and reflections across tech, music, and spirituality.
- Zendō - A minimalist meditation tracking app built with React Native to support a mindful practice.
- Processing Sketches - A collection of generative sketches created with p5.js during my first steps in creative coding.
- This Portfolio - The source code of this site, built with Astro and hosted on GitHub Pages.
To run the project locally:
# Clone the repo
git clone https://github.com/maximeconceicao/maximeconceicao.github.io.git
cd maximeconceicao.github.io
# Install dependencies
npm install
# Start the dev server
npm run dev