This is my personal portfolio website built using React.js and Tailwind CSS. The website is responsive and hosted on Vercel. The website also has a contact form that uses EmailJS.
https://www.divyanshgemini.dev/
- React.js
- Tailwind CSS
- Vercel
-
Clone the repository
git clone https://github.com/Divyansh-Gemini/portfolio-website.git
-
Change the working directory
cd portfolio-website
-
Install dependencies
npm install
-
Create a
.env
file in the root directory and add the following environment variables:VITE_EMAILJS_PUBLIC_KEY = YOUR_EMAILJS_PUBLIC_KEY VITE_EMAILJS_SERVICE_ID = YOUR_EMAILJS_SERVICE_ID VITE_EMAILJS_TEMPLATE_ID = YOUR_EMAILJS_TEMPLATE_ID
-
Run the development server
npm run dev
-
Open http://localhost:3000 with your browser to see the result.