Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antonio-marasescu/portfolio


https://github.com/antonio-marasescu/portfolio

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Portfolio

This is my personal portfolio website containing the code for the website, the structure for the pdf resume and the necessary infrastructure as code for hosting.

## Bootstrap

- Clone the repository
- Run `npm install`
- Run `npm dev` to run locally

## Structure

- `/src` the frontend application code.
- `/infra` the CDK code for hosting on AWS.
- `/.github/workflows` for the project deployment pipelines.
- `antonio-resume.json` the [json resume standard](https://jsonresume.org/) for the pdf.

## Acknowledgments

For this project I used the following tools:

- [Tailwind](https://tailwindcss.com/)
- [React](https://react.dev/)
- [Aceternity](https://ui.aceternity.com/)
- [Shadcn](https://ui.shadcn.com/)
- [JSON Resume](https://jsonresume.org/)
- [HackMyResume](https://github.com/hacksalot/HackMyResume)
- [Nx](https://nx.dev/)