https://github.com/r2hu1/devportfolio
Modern developer portfolio to showcase projects and skills built using nextjs and tailwindcss.
https://github.com/r2hu1/devportfolio
devloper-protfolio javascript nextjs nextjs-developer nextjs-portfolio portfolio portfolio-website shadcn-ui tailwindcss
Last synced: 14 days ago
JSON representation
Modern developer portfolio to showcase projects and skills built using nextjs and tailwindcss.
- Host: GitHub
- URL: https://github.com/r2hu1/devportfolio
- Owner: r2hu1
- License: mit
- Created: 2024-01-09T17:38:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T09:01:32.000Z (over 2 years ago)
- Last Synced: 2024-01-17T16:43:35.095Z (over 2 years ago)
- Topics: devloper-protfolio, javascript, nextjs, nextjs-developer, nextjs-portfolio, portfolio, portfolio-website, shadcn-ui, tailwindcss
- Language: JavaScript
- Homepage: https://dev-portfolio-theta-gilt.vercel.app
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevPortfolio
DevPortfolio is a website built with Next.js that helps developers showcase their portfolios.
# Preview


## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/r2hu1/DevPortfolio.git
```
2. Navigate to the project directory:
```bash
cd DevPortfolio
```
3. Install dependencies:
```bash
npm install
```
4. Run the development server:
```bash
npm run dev
```
5. Open your browser and go to `http://localhost:3000` to view the DevPortfolio website.
## Contributing
We welcome contributions to enhance DevPortfolio. To contribute:
1. Fork the repository.
2. Create a new branch for your feature:
```bash
git checkout -b feature/your-feature-name
```
3. Implement your changes and test thoroughly.
4. Commit your changes:
```bash
git commit -m "Add your commit message here"
```
5. Push to your forked repository:
```bash
git push origin feature/your-feature-name
```
6. Open a pull request to the `main` branch of the original repository.
Please ensure adherence to coding conventions and include relevant tests and documentation in your pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.