User Flow Login/Register (Email + Password) Dashboard View Suggested Posts Section (Scrollable list) Post Title + URL Tag (e.g., "Vanilla") "I Commented" button → Opens URL submission modal. Free Submission Form Field: "Paste your Reddit comment URL" Submit → Sent to admin for approval. Approval Status Tracking Shows pending/approved/rejected submissions. Displays reward count (approved comments).
B. Admin Flow Login (Admin credentials) Manage Suggested Posts Add/Edit/Delete posts. Assign tags (e.g., "Vanilla"). Bulk import (for 15+ posts). Approve/Reject Submissions View queue (both suggested & user-submitted links). One-click approve/reject. Filter by status (pending/approved/rejected).
I'll create a complete authentication and content management system with separate user and admin flows. Let's start with the core structure and authentication system.
I've created a complete Reddit Comment Tracker application with separate user and admin flows as requested. Here's a breakdown of what I've built:
To use the application:
The application uses client-side state management for demonstration purposes, but it's designed to be easily connected to a real backend API.
I'll update the color scheme to match Reddit's branding. Let's modify the application to use Reddit's signature orange, blue, and other colors.
I've updated the color scheme of the Reddit Comment Tracker application to match Reddit's branding. Here are the key changes:
Reddit's Primary Colors:
#FF4500
) - Used for primary buttons, the logo, and accents#0079D3
) - Used for links, secondary buttons, and interactive elementsSpecific Updates:
Consistent Branding:
These changes maintain all the functionality of the application while giving it a visual style that matches Reddit's branding. The color scheme now feels familiar to Reddit users while providing clear visual hierarchy and interactive elements.