feat: add core functionality without backend (#244)#245
Closed
shruti-porwal wants to merge 1 commit into
Closed
Conversation
Author
|
Hey @Harxhit, you've already approved the PR but it's blocked due to Vercel authorization. Could you please merge it manually or fix the Vercel check? Thanks! |
ShantKhatri
requested changes
May 23, 2026
| export const load: PageServerLoad = async ({ params, fetch }) => { | ||
| try { | ||
| const res = await fetch(`${API_BASE}/api/u/${params.username}?source=web`); | ||
| if (!res.ok) { |
Collaborator
There was a problem hiding this comment.
Without a backend here, never meant to remove the existing BE implementation, here we meant to flag that, we are expecting just FE flow from this PR.
|
|
||
| - **Developer Card Form**: Create or update your profile card containing fields for Username, Full Name, Bio, and multiple platform links (GitHub, LinkedIn, Twitter/X, Instagram, YouTube, Dev.to, LeetCode, Portfolio). | ||
| - **Interactive Avatar Studio**: | ||
| - **Dynamic Initials SVG**: Instantly generates a colorful gradient SVG avatar using the initials from the entered Full Name. |
Collaborator
There was a problem hiding this comment.
This feature don't need anything in Readme. as Readme is for whole project not functionality flow documentation. Thanks!
Collaborator
|
Hi @shruti-porwal , as we have moved out of Svelt and migrated to React, it's recommended to have changes aligned with the new architecture. Happy to review your updated PR. Closing this. Also, the issue is not as per planned thing for web. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #244
What this PR does
Adds the complete core product loop to the web app without requiring
any backend or database connection.
Changes
devcard_[username]qrcodepackageHow to test
pnpm install && pnpm --filter web devScreenshots