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

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

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!