Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrgarciadev/dev-cover
π Get and publish your developer portfolio with just your username
https://github.com/jrgarciadev/dev-cover
devcover hackathons hashnode mongodb nextjs portfolio vercel
Last synced: 4 days ago
JSON representation
π Get and publish your developer portfolio with just your username
- Host: GitHub
- URL: https://github.com/jrgarciadev/dev-cover
- Owner: jrgarciadev
- Created: 2021-01-23T22:09:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T15:15:12.000Z (over 1 year ago)
- Last Synced: 2025-01-02T11:07:32.498Z (11 days ago)
- Topics: devcover, hackathons, hashnode, mongodb, nextjs, portfolio, vercel
- Language: JavaScript
- Homepage: https://devcover.vercel.app
- Size: 718 KB
- Stars: 231
- Watchers: 4
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jrgarciadev/dev-cover - π Get and publish your developer portfolio with just your username (JavaScript)
README
![Devcover logo](https://devcover.me/devcover-logo-bg.png)
π [Open Website](https://devcover.me)
π [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.me) 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**.
[![Deploy with Vercel](https://vercel.com/button)](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)