Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaureshpai/old_portfolio
Welcome to my personal portfolio website! This repository showcases my skills, projects, certifications, and contact information. Explore my journey in software development and get in touch to collaborate on exciting projects. Let's connect and build something great together!
https://github.com/gaureshpai/old_portfolio
html-css-javascript mongodb nextjs typescript
Last synced: 2 days ago
JSON representation
Welcome to my personal portfolio website! This repository showcases my skills, projects, certifications, and contact information. Explore my journey in software development and get in touch to collaborate on exciting projects. Let's connect and build something great together!
- Host: GitHub
- URL: https://github.com/gaureshpai/old_portfolio
- Owner: gaureshpai
- Created: 2023-03-26T13:17:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T19:23:37.000Z (13 days ago)
- Last Synced: 2025-01-28T20:28:06.162Z (13 days ago)
- Topics: html-css-javascript, mongodb, nextjs, typescript
- Language: TypeScript
- Homepage: https://ggoldportfolio.vercel.app/
- Size: 11.6 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Portfolio Website
Welcome to my personal portfolio website! 🌟 This site showcases my skills, projects, certifications, and contact information.
## 🌟 Features
- **Introduction or About Me:** Get to know me better with a brief introduction.
- **Education Info:** Learn about my educational background.
- **Skills:** Check out my programming languages and other skills.
- **Projects:** Explore my projects with descriptions and links.
- **Certifications and Courses:** See the certifications and courses I've completed.
- **Contact Me:** Reach out to me via email or connect on social media.## 🛠️ Technologies Used
- **React.js:** JavaScript library for building UIs.
- **Next.js:** React framework for server-rendered applications.
- **CSS:** Custom styling for a unique look.
- **FontAwesome:** Library for adding icons to the website.## 📦 Installation
1. **Clone the repository:**
```bash
git clone https://github.com/gaureshpai/portfolio.git
```2. **Install dependencies:**
```bash
cd portfolio
npm install
```3. **Run the development server:**
```bash
npm run dev
```## 🎨 Usage
1. **Customize the content:** Update the content of each page in the `pages` directory.
2. **Update styling:** Modify the styling in the `styles` directory to match your preferences.
3. **Add projects and certifications:** Populate the respective pages with your own projects and certifications.
4. **Update navigation:** Modify the navigation links in the `Navbar` component to navigate to the desired sections.
5. **Update metadata:** Customize the metadata in the `RootLayout` component for better SEO.## 📄 License
This project is licensed under the [MIT License](LICENSE).