This is my personal portfolio website, showcasing my projects, skills, and experience. The portfolio is built with React and Materialize, based on a design by Brittany Chiang.
You can view the live version of the portfolio here.
- Responsive Design: The portfolio is fully responsive and works on all screen sizes.
- Modern UI: Built with Materialize, providing a clean and modern user interface.
- Interactive Components: Various sections with smooth scrolling, animations, and transitions.
- Project Showcase: Highlights my key projects with descriptions, tech stacks, and links to live demos and GitHub repositories.
- React: A JavaScript library for building user interfaces.
- Materialize: A modern CSS framework based on Material Design by Google.
- Vercel: Hosting platform for the website, offering fast deployments and easy integration with GitHub.
To run this project locally, you need to have Node.js and npm installed.
- Clone the repository:
git clone https://github.com/giovponce/giov.git- Navigate to the project directory:
cd giov- Install dependencies:
npm installTo start the development server, run:
npm startThe site should now be running on http://localhost:3000.
The project is already deployed on Vercel. To deploy your own version, push your changes to the main branch, and Vercel will automatically build and deploy the site.
- Design Inspiration: The design of this portfolio is inspired by Brittany Chiang.
- Icons: Various icons used throughout the site are provided by FontAwesome.
This project is licensed under the MIT License. Feel free to use the code for your own purposes.