Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aadeshkulkarni/profile-platform
A Modern portfolio for the Modern World. An Instragram app for the developer community.
https://github.com/aadeshkulkarni/profile-platform
javascript mongodb nextjs14 opensource shadcn-ui tailwindcss
Last synced: 14 days ago
JSON representation
A Modern portfolio for the Modern World. An Instragram app for the developer community.
- Host: GitHub
- URL: https://github.com/aadeshkulkarni/profile-platform
- Owner: aadeshkulkarni
- Created: 2024-05-24T08:45:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T01:26:15.000Z (5 months ago)
- Last Synced: 2024-06-10T02:37:44.179Z (5 months ago)
- Topics: javascript, mongodb, nextjs14, opensource, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 506 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Profile platform
#### A Modern portfolio for the Modern World. An Instragram app for the developer community.### Tech Stack
- NextJS (Frontend + Backend)
- MongoDB (NoSQL DB)
- NextAuth for authentication### Initial steps:
- Task 1 | 🟢 Setup the codebase using create-next-app.
- Task 2 | 🔵 Develop a static portfolio page to kick off the project. (Use Tailwind + Shadcn for CSS)
- Task 3 | 🔵 Setup a MongoDB Instance on cloud and connect it to the codebase.
- Task 4 | 🟢 Setup NextAuth (Cookie based authentication for now)
- Task 5 | 🔴 Portfolio listing page.Portfolio page to be minimal for now:
- Profile picture
- User name
- Caption
- 4 Social media icons with profile redirection
- Upto 2 link buttons that can redirect to user's project / business / anything they wish to emphasize.![alt text](docs/portfolio.png)
The app should eventually have profile templates that users can select for their profile.
Something like this:
![alt text](docs/template.png)
User can also create their own templates which can be reused by other users.