https://github.com/rizwankhan25/newportfolio
Portfolio hosted on netlify it has everything about me
https://github.com/rizwankhan25/newportfolio
bootstrap css html js jsx next reactjs ta
Last synced: 2 months ago
JSON representation
Portfolio hosted on netlify it has everything about me
- Host: GitHub
- URL: https://github.com/rizwankhan25/newportfolio
- Owner: rizwankhan25
- Created: 2025-05-19T18:33:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T23:09:22.000Z (12 months ago)
- Last Synced: 2025-06-26T04:02:20.907Z (12 months ago)
- Topics: bootstrap, css, html, js, jsx, next, reactjs, ta
- Language: JavaScript
- Homepage: https://portfoliorizwankhan.netlify.app/
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Portfolio Website
A modern, responsive portfolio website built with Next.js 14 and Tailwind CSS.
## Features
- 🎨 Modern and clean design
- 📱 Fully responsive
- 🌙 Dark mode support
- ⚡ Fast performance with Next.js
- 🎯 SEO optimized
- 📝 Easy to customize
## Getting Started
1. Clone the repository:
```bash
git clone
cd portfolio
```
2. Install dependencies:
```bash
npm install
```
3. Run the development server:
```bash
npm run dev
```
4. Open [http://localhost:3000](http://localhost:3000) in your browser.
## Customization
1. Update the content in each component:
- `src/components/Hero.js`: Update your name and title
- `src/components/About.js`: Update your bio
- `src/components/Projects.js`: Add your projects
- `src/components/Skills.js`: Update your skills
- `src/components/Contact.js`: Update social links
2. Update the metadata in `src/app/layout.js`
3. Add your own images to the `public` directory
## Technologies Used
- Next.js 14
- JavaScript
- Tailwind CSS
- ESLint
- Prettier
## Deployment
The easiest way to deploy your portfolio is using [Vercel](https://vercel.com):
1. Push your code to GitHub
2. Import your repository to Vercel
3. Vercel will detect Next.js and deploy automatically
## License
MIT License - feel free to use this template for your own portfolio!