Skip to content

anshukushwaha07/AnshuPortfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Anshu Portfolio

React Vite Tailwind CSS

A modern and responsive developer portfolio built with React + Vite to showcase my projects, skills, and experience.



📸 Preview

Portfolio Screenshot


💡 Overview

This is my personal portfolio website where you can:

  • Explore my projects and achievements.
  • Learn more about my skills.
  • Connect with me via the contact form.

🛠️ Built With

  • ⚛️ React – Component-based UI
  • Vite – Fast build tool
  • 🎨 Tailwind CSS – Styling & responsiveness
  • 📄 React Router – Page navigation
  • ✉️ EmailJS – Client-side email service

✨ Features

  • 📂 Projects gallery with live links and GitHub repos.
  • 🌓 Dark / Light theme support (if implemented).
  • 📱 Fully responsive design for all devices.
  • ✉️ Functional contact form to reach me directly.

🏗️ Getting Started

Prerequisites

Make sure you have Node.js (v18+) and npm installed.

Installation & Setup

  1. Clone the repository:

    git clone https://github.com/anshukushwaha07/AnshuPortfolio.git
    cd AnshuPortfolio
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Create a .env file in the root of the project.

    • Copy the contents of .env.example into your new .env file.

    • Fill in your EmailJS credentials:

      VITE_EMAILJS_SERVICE_ID=your_service_id
      VITE_EMAILJS_TEMPLATE_ID=your_template_id
      VITE_EMAILJS_PUBLIC_KEY=your_public_key

Run Locally

Start the development server:

npm run dev

The application will be available at http://localhost:5173.

Build for Production

Generate an optimized build for deployment:

npm run build

🌍 Deployment

This project can be easily deployed to any static site hosting service:


📬 Contact

If you like my work or want to collaborate, feel free to connect with me:

⭐ If you find this project useful, please consider giving it a star!

About

Personal portfolio website showcasing my projects, skills, and achievements – built using React, Vite, and Tailwind CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors