Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/99yash/devfolio

Portfolio generator for developers. Next.js, Clerk auth, MongoDB-Mongoose, Chakra UI. Responsive on all devices
https://github.com/99yash/devfolio

api-routes clerkauth mongodb mongoose nextjs tailwind tyepscript

Last synced: 16 days ago
JSON representation

Portfolio generator for developers. Next.js, Clerk auth, MongoDB-Mongoose, Chakra UI. Responsive on all devices

Awesome Lists containing this project

README

        

# [Devfolio](https://devfolio-client.vercel.app/)

Portfolio generator for developers. Fully responsive. Enter information: get a good-looking portfolio instantly to share with your friends and potential recruiters.

## Built with

- [Next.js](https://nextjs.org/)
- [Chakra UI](https://chakra-ui.com/)
- [Clerk.dev](https://clerk.com) for Authentication (Password less, Google & Github)
- [MongoDB](https://www.mongodb.com/) for storing user data.

## Features

- Authentication with Clerk
- Includes Work Experiences, Personal projects, an About section, and the option to add various social links such as Github, Twitter, and LinkedIn.
- Every Experience has a description property for addressing what the user did during his/her stint at the organization.
- Every Project has a Github link property and a Website link property for the deployed webapp/website.
- Special TechStack column to list your stack.
- Profile creation for individual users & the ability to add or update the user profile picture
- Ability to add or update the user's profile picture

### Add .env file

Create a `.env` file in the root directory and add the environment variables as shown in the `.env.example` file.