An open API service indexing awesome lists of open source software.

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

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.