https://github.com/viralvaghela/portfolio
https://github.com/viralvaghela/portfolio
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/viralvaghela/portfolio
- Owner: viralvaghela
- Created: 2021-02-12T10:49:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T10:49:48.000Z (over 4 years ago)
- Last Synced: 2025-04-05T14:28:51.870Z (7 months ago)
- Language: JavaScript
- Homepage: https://viralvaghela.vercel.app/
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

🌐 [Open Website](https://devcover.vercel.app)
📚 [Read blog](https://blog.jrgarciadev.com/devcover-easiest-way-to-generate-a-developer-portfolio)
Devcover is an open source application which allows developers to create a portfolio in less than 2 minutes with just their **username**.
## Inspiration
I decided to do this project for 2 reasons, the first is that as a developer I know that in most cases we spend very little time creating our portfolio or we don't even have it, the second reason is that I like to participate in hackathons so I built this project for [Hashnode](https://hashnode.com) and [Vercel](https://vercel.com) hackathon two companies which I admire.
## Deploy your own Portfolio on Vercel
If you want to customize your portfolio colours, name, bio a put your Google Analytics code, I suggest you create your portfolio on [Devcover](https://devcover.vercel.app) website.
If you prefer to go faster and accept the default parameters you can click on the following button and the only thing you have to do is put your [Github](https://github.com) or [Hashnode](https://hashnode.com) username in the **NEXT_PUBLIC_USERNAME**.
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fjrgarciadev%2Fdev-cover&env=NEXT_PUBLIC_USERNAME&project-name=my-awesome-portfolio&repository-name=my-awesome-portfolio&envDescription=&envDescription=Enter%20your%20Github%20or%20Hashnode%20username%20.&demo-title=APM%20Story&A%20statically%20generated%portfolio%created%20using%20Devcover)
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Check out Vercel deployment process [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
Built by [Junior García](https://jrgarciadev.com)