Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/99yash/devfolio
- Owner: 99Yash
- License: mit
- Created: 2023-05-03T07:54:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T04:01:41.000Z (10 months ago)
- Last Synced: 2024-10-11T02:24:50.869Z (about 1 month ago)
- Topics: api-routes, clerkauth, mongodb, mongoose, nextjs, tailwind, tyepscript
- Language: TypeScript
- Homepage: https://devfolio-client.vercel.app
- Size: 513 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.