Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aadeshkulkarni authored May 24, 2024
1 parent 6940e04 commit 305880c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,23 @@
- 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 the start:

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.

0 comments on commit 305880c

Please sign in to comment.