This developer's portfolio utilizes React and 3JS to highlight their abilities and projects through animated 3D elements. The portfolio is constructed with Vite, facilitating straightforward deployment, and incorporates reusable higher-order components. The email form is integrated with Email.js, ensuring all form submissions are directly sent to your email.
- 3D Models
- Animated Cards
- Easy to setup (modify values and make your own)
- EmailJS for mailbox
- Reusable Higher Order Components
- Step 1: Clone the project.
- Step 2: Open the terminal in the project directory and run the following command to install dependencies -
npm install --legacy-peer-deps
- Step 3: Make the necessary changes in the information and names.
- Step 4: Once ready run the following command to launch the local server -
npm run dev