Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prakharagarwal135/portfolio
A personal portfolio showcasing my projects and skills .
https://github.com/prakharagarwal135/portfolio
portfolio portfolio-website react tailwindcss vite
Last synced: 9 days ago
JSON representation
A personal portfolio showcasing my projects and skills .
- Host: GitHub
- URL: https://github.com/prakharagarwal135/portfolio
- Owner: PrakharAgarwal135
- Created: 2024-12-12T19:49:54.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-12-12T20:45:39.000Z (10 days ago)
- Last Synced: 2024-12-12T21:18:57.613Z (10 days ago)
- Topics: portfolio, portfolio-website, react, tailwindcss, vite
- Language: JavaScript
- Homepage: https://prakharagarwal135.netlify.app/
- Size: 2.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Portfolio
This is my personal portfolio website showcasing my skills and projects. It is built with React and Vite, focusing on performance and responsive design.
---
Deployment:
- 🚀 **Live Demo**: Check out the live version of my Portfolio here
---
Features:
- 🌐 **Showcase of web development projects and technical skills**
- 📱 **Responsive design for all screen sizes**- 📞 **Contact information and social links**
---
Screenshots:
### 1) Home Page
![Home Page](https://github.com/PrakharAgarwal135/Portfolio/blob/main/src/assets/readmess/home.png)
### 2) Projects Page
![Projects Page](https://github.com/PrakharAgarwal135/Portfolio/blob/main/src/assets/readmess/projects.png)
### 3) About and Contact Page
![About and Contact Page](https://github.com/PrakharAgarwal135/Portfolio/blob/main/src/assets/readmess/about%20and%20contact.png)
---
Getting Started:
To run the portfolio locally on your machine, follow these steps:
1. **Clone the repository:**
```bash
https://github.com/PrakharAgarwal135/Portfolio.git2. **Navigate into the project directory:**
```bash
cd Portfolio3. **Install dependencies:**
```bash
npm install4. **Run the development server:**
```bash
npm run dev5. **Open your browser at:**
```bash
http://localhost:5173