Skip to content

added blog feature #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 3, 2025
Merged

Conversation

mavishsethi
Copy link
Contributor

✨ Feature: Add Blog Posting & Detail View

📌 Description

This PR introduces a complete blogging feature to Dev Tinder, including:

  • Add Blog Page: Enables users to submit new blog posts.
  • Blog Detail Page: Shows full content of a selected blog.
  • Routing Support: Added necessary routes for blog listing and individual blog detail views.
  • Dummy Data Integration: Simulated blog data until backend is connected.

🧩 Components Added

  • src/components/ui/AddBlog.jsx
  • src/components/ui/BlogDetail.jsx
  • Updated BlogSection.jsx to support navigation to individual blog pages.

🚀 Functionality

  • Users can view blog list at /blogs
  • Clicking a blog opens full article at /blogs/:id
  • New blog can be added at /add-blog

closes #3


Add some labels to it

Screen.Recording.2025-08-02.170247.mp4

Copy link

vercel bot commented Aug 2, 2025

@mavishsethi is attempting to deploy a commit to the coder-writes' projects Team on Vercel.

A member of the Team first needs to authorize it.

@coder-writes coder-writes merged commit 5b8236c into coder-writes:main Aug 3, 2025
1 check failed
@coder-writes
Copy link
Owner

Thanks, @mavishsethi, for contributing this awesome blog feature!

@mavishsethi
Copy link
Contributor Author

Thanks, @mavishsethi, for contributing this awesome blog feature!

You're welcome!

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.

Blog section with dummy cards
2 participants