Portfolio Website
This is a personal portfolio website built to showcase my projects, skills, and experience. It includes sections like "About Me," "Projects," "Skills," and "Contact," providing an overview of my professional profile and a way for potential employers or clients to reach me.
Technologies Used
- React: A JavaScript library for building user interfaces, used for the dynamic and responsive front end.
- Vite: A fast and modern build tool used for bundling and optimizing the React codebase.
- Python3: Used for backend scripting, handling form submissions, or any data processing requirements.
- JavaScript Libraries: Various libraries were used to enhance the functionality of the site.
- Font Awesome: Used for adding scalable vector icons and social media links across the site.
Features
- Responsive Design: Works across various devices (desktops, tablets, mobile).
- Dynamic Projects Section: Lists all my completed projects with descriptions and live links.
- Social Media Contacts: Allows visitors to send messages directly through the website.
- Skills Section: Highlights my technical skills
Installation and Setup
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/amaranand360/portfolio-project.git
cd portfolio-project
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the website in your browser:
Access the website at
http://localhost:5173
in your browser.