https://github.com/amaranand360/portfolio-project
portfolio website
https://github.com/amaranand360/portfolio-project
font-awesome javascript-library python3 react-vite reactjs svelte tailwind-css
Last synced: 2 months ago
JSON representation
portfolio website
- Host: GitHub
- URL: https://github.com/amaranand360/portfolio-project
- Owner: amaranand360
- Created: 2024-11-09T19:09:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T19:32:31.000Z (over 1 year ago)
- Last Synced: 2025-01-12T06:09:07.316Z (over 1 year ago)
- Topics: font-awesome, javascript-library, python3, react-vite, reactjs, svelte, tailwind-css
- Language: Svelte
- Homepage: https://portfolio-amarkumar.vercel.app/
- Size: 28.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
1. **Clone the repository**:
```bash
git clone https://github.com/amaranand360/portfolio-project.git
cd portfolio-project
```
2. **Install dependencies**:
```bash
npm install
```
3. **Start the development server**:
```bash
npm run dev
```
4. **Open the website in your browser**:
Access the website at `http://localhost:5173` in your browser.