Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunogg69/portfolio-website
This repository contains the source code for my personal portfolio website, designed to showcase my skills, projects, and experience. It features a clean, responsive design and emphasizes both aesthetics and performance.
https://github.com/brunogg69/portfolio-website
html-css-javascript javascript nodejs portfolio portfolio-site portfolio-website tailwindcss
Last synced: 14 days ago
JSON representation
This repository contains the source code for my personal portfolio website, designed to showcase my skills, projects, and experience. It features a clean, responsive design and emphasizes both aesthetics and performance.
- Host: GitHub
- URL: https://github.com/brunogg69/portfolio-website
- Owner: BrunoGG69
- Created: 2024-11-10T13:13:18.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-20T13:15:11.000Z (2 months ago)
- Last Synced: 2024-12-20T14:27:55.669Z (2 months ago)
- Topics: html-css-javascript, javascript, nodejs, portfolio, portfolio-site, portfolio-website, tailwindcss
- Language: JavaScript
- Homepage: https://brunogg.in
- Size: 1.27 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BrunoGG's Portfolio Website
### This is my personal portfolio website. Visit it on https://brunogg.in
#### It features sections such as:
- A Hero Section which contains My username, 2 key points about me and a button to contact me.
- An About Section which contains a brief description of me and my skills.
- A Tech Stacks section which features a infinitely scrolling loop of the icons of applications I have experience in and a detailed description of languages, platforms and tools I have worked with.
- A Projects section which contains a few of the projects I have worked on.
- An Acievements page where I have listed some of my achievements.
- A Contact Form where you can contact me. It is connected to a discord bot which sends me all the information from the form directly into my discord account
- A sleek footer containing links to my social media profiles.## Technologies used:
- HTML
- CSS
- JavaScript
- Tailwind CSS
- Framer Motion (Animation)
- React
- DaisyUI (components)## Features
- Responsive design
- Dark mode
- Smooth animations
- Contact form
- Projects section
- Infinitely Looped icons
- Custom Cards for Information## How to run the project locally (I recommend visiting it on https://brunogg.in)
1. Clone the repository
2. Run **npm install**
```bash
npm install
```
3. Run **npm run dev**
```bash
npm run dev
```## Portfolio Website © 2024 by Prathamesh Prabhakar is licensed under CC BY-NC-ND 4.0
# DisclaimerThis project development was **Aided** by AI tools, specifically:
* **GitHub Copilot:** For mild code suggestions.
* **ChatGPT:** For aiding in repetitive tasks and code cleanup.However, the design and implementation of the project are entirely original and based on the resources listed above.