A personal portfolio developed using Vite and hosted on Vercel. Within this webpage, you'll discover my professional summary along with a dedicated contact section designed to efficiently redirect messages to my personal email address. Feel free to explore and don't hesitate to get in touch ๐.
- Figma - Design and prototyping Tool
- Vite - Optimized Web Development environment
- React - Declarative, Component-based UI Library
- Typescript - Static typing for JavaScript
- TailwindCSS - Utility-first CSS framework
- ESLint - Code linting utility
- Vercel - Cloud deployment platform
- Font Awesome - Scalable vector icons
- GSAP - Javascript animation library
- Formik - Form management
- Yup - Value parsing and validation
- i18next - Translation library
To run and test locally this application, you'll need Node.js.
git clone https://github.com/powluiz/portfolio.git
cd portfolio/
To install dependencies with Node Package Manager and run:
npm install
npm run dev