Master Todo is a small, self-contained app for getting hands-on with React state management and a hosted backend. It uses Firebase for persistence and auth and Tailwind for styling, scaffolded with Vite for a fast dev loop.
A todo app built to practise React state patterns with Firebase-backed persistence.
Master Todo is a small, self-contained app for getting hands-on with React state management and a hosted backend. It uses Firebase for persistence and auth and Tailwind for styling, scaffolded with Vite for a fast dev loop.
Personal learning project — a React + Vite single-page app with Firebase persistence and Tailwind styling.
A focused space to practise React state management and CRUD against a hosted realtime/auth backend, without standing up a server.
ChallengeKeeping the UI in sync with a remote store.
FixUsed Firebase listeners so the list reflects backend state without manual refresh.