Skip to content

Divyansh-Gemini/portfolio-website

Repository files navigation

Personal Portfolio Website

Description

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.

Live URL

https://www.divyanshgemini.dev/

Tech Stack Used

  • React.js
  • Tailwind CSS
  • Vercel

tech stack

Installation Steps

  1. Clone the repository

    git clone https://github.com/Divyansh-Gemini/portfolio-website.git
  2. Change the working directory

    cd portfolio-website
  3. Install dependencies

     npm install
  4. 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
    
  5. Run the development server

    npm run dev
  6. Open http://localhost:3000 with your browser to see the result.

About

Personal Portfolio Website using ReactJS & TailwindCSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published