Welcome to my personal portfolio website! This site is designed to showcase my skills, projects, and experiences. It is built using React and Vite, offering a modern and responsive design.
- Introduction Section: Learn more about me, my background, and my goals.
- Projects Section: View a collection of my projects with descriptions, images, and links to source code.
- Resume Download: Download my resume directly from the site.
- Responsive Design: Optimized for both desktop and mobile devices.
- React: A JavaScript library for building user interfaces.
- Vite: A fast build tool and development server.
- Tailwind CSS: A utility-first CSS framework for styling.
- Framer Motion: A library for animations in React.
This project uses environment variables for configuration. Create a .env
file in the root of the project with the following content:
REACT_APP_EMAILJS_SERVICE_ID=your_emailjs_service_id REACT_APP_EMAILJS_TEMPLATE_ID=your_emailjs_template_id REACT_APP_EMAILJS_USER_ID=your_emailjs_user_id
To get a local copy of this project up and running, follow these steps:
- Clone the repository:
git clone https://github.com/anveshas/Portfolio.git
- Navigate to the project directory:
cd Portfolio
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and visit
http://localhost:3000