Personal portfolio website showcasing my projects, professional experience, and certifications. Built with modern web technologies to demonstrate my skills as a full stack developer.
- React
- TypeScript
- Emailjs-com
- i18next
- Tailwind CSS
- Radix UI
- Moment
- Validator
- React Toastify
- React Icons
- React Input Mask
To get a local copy of the project up and running, follow these steps.
Make sure you have the following installed on your machine:
- Clone the repository:
git clone https://github.com/JhonatanGAlves/jhonatans-portfolio.git
cd jhonatans-portfolio
- Install dependencies::
npm install
-
Setup the environment variables:
Rename .env.example to .env and fill in the required environment variables. You need to create account in https://www.emailjs.com/ To get the information required to fill out the environment variables. -
Start the application:
npm run dev