Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
^5.1.1^6.3.0^8.1.114.1.0^4.24.5^18^18^10.0.1^8^3.3.037
commits
users can see other user's profile, containing all prompts posted by that respective user
04087a6View on GitHubtag name is clickable now, clicked tag shows all the prompts posts containing that respective tag
e33cef4View on GitHubusers can search the prompts on homepage, the prompts containing user's entered word or tagname will be shown on homepage
c809238View on GitHubdelete button of prompt cards is working, now users can delete the prompt they created themselves by going to their profile page
ed7ee1eView on GitHubdone with the edit button of prompt cards, now users can edit their own created prompts and changes will be saved in databse too.
218f2efView on GitHubsolving error of useSearchParams() must be wrapped in a suspense baundary
9698896View on GitHubworking on edit button of prompt card which will navigate you to update/edit prompts page
5002ac0View on GitHubresolved error of profile picture not showing in feed page + coded the profile page which will show list of posts cards that the respective user have created
c165733View on GitHubcodded the feed page which shows all the saved prompts in database to our homepage using get request (with interactive card design)
f63b93bView on GitHubsuccessfully created the create-prompt page in which user can create a new prompt, then that prompt is going to get saved in our mongoodb using post method
c8c95b8View on GitHubcodded the frontend part of create-prompt page to create a new prompt by specific user
2c23697View on GitHub