DK_
← All projects

2024 / Solo developer / Web

Vibely

Vibely preview

The Problem

I wanted to prove out a complete product feature set — not just a CRUD demo — covering the parts of a social app that are easy to skip: following, suggested users, dark mode, and real-time updates.

What I Built

  • 01React + Tailwind CSS frontend with Redux Toolkit handling global state for auth, theme, and feed data.
  • 02Firestore as the backend for posts, comments, likes and the following graph, with real-time listeners keeping feeds in sync across sessions.
  • 03Dark mode and profile editing built on the same state layer as the rest of the app, rather than bolted on separately.

Tech Stack

React.jsTailwind CSSRedux ToolkitFirestore