Social/Community App Dashboard Design

Employer not named by the sourceRemote

Full StackFrontend

Apply on the company’s site

Frontier is not the employer and does not collect applications.

About this role

PHP, Mobile App Development, Android, HTML, React.js, UI / User Interface, Frontend Development, Web Design · The user wants a social/community app with a dashboard overview home screen. Let me build a home page that explains the app's purpose and provides a dashboard overview as the starting point.

I'll create: 1. A Home page with a dashboard overview explaining the social/community purpose 2. Update App.jsx to register the route

Let me keep it focused — a home screen that explains the main function (social/community) and provides a dashboard overview as the starting point. I'll build a clean, modern, responsive home page.

Let me create the Home page and register it in App.jsx. I should also consider the auth routes — the user is currently on Login.jsx. Let me check App.jsx — it has no routes registered yet except the catch-all. I need to add the Home route. Per auth instructions, I should also ensure the auth routes are registered since there's a login entry point.

Actually, the user only asked for a home screen. But the instructions say: "As soon as the app gets any auth surface — a login/sign-up entry point, an admin/management/dashboard screen, a ProtectedRoute-gated page, or anything that redirects to login — all four routes below must be registered in src/App.jsx". The user is v