My personal portfolio website to showcase my projects and resume. It's design to be simplistic and clean, while easy-configurable through a json file.
- React with Vite (Frontend library)
- React Router (to configure website routes)
- Tailwind CSS (Styling)
- Radix UI Primitives (Headless UI components)
- Framer motion (Animations)
1 - Clone this repository
git clone https://github.com/MGuardia10/portfolio.git
2 - Navigate to the new directory
cd portfolio
3 - Make sure you have install Node v20.17.0+
and run this command to start developing process:
npm run dev
4 - configure cv.json
with your personal information and projects.
5 - When finish, run the following command and upload dist
directory in your preferred hosting.
npm run build