Skip to content

Conversation

@rishika638
Copy link
Contributor

Closes #23
(Follow-up to #22 backend implementation for submit idea button)

Description

This PR implements the frontend of the "Submit Idea" feature.
It includes the navigation, UI form and API integration which allows users to submit their ideas via the form.

Changes Made

  • Added /submit-idea route and SubmitIdea.tsx component
  • Integrated with backend POST /api/ideas
  • Form fields: title, description, tags

Testing Output

  • Tested the full flow manually
  • POST request successfully hits backend and returns 201
  • MongoDB Atlas reflects the submitted idea
image image image image

Please review this PR.

@vinit105 vinit105 merged commit dfa1917 into vinit105:main Aug 7, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: "Submit Your Idea" button in Home.tsx has no route or functionality

2 participants