A modern, responsive React-based web app designed to showcase apps, handle user authentication, and manage profile updates.
This project demonstrates how to build a production-level front-end using:
- ReactJS
- Firebase Authentication
- Local Storage state persistence
- TailwindCSS for styling
It's aimed to be a real-world app interface with clean structure and animated components.
🔗 https://your-live-url.netlify.app
- ✅ User Login / Logout (Firebase Authentication)
- ✅ Update profile info (name, photo) and save to Firebase
- ✅ Input value stays even after refresh using LocalStorage
- ✅ Route-based navigation using
react-router - ✅ Clean UI with TailwindCSS and DaisyUI components
- ✅ Responsive design for all devices
| Package | Purpose |
|---|---|
react |
Core framework |
react-router |
Page routing |
firebase |
Authentication & backend services |
tailwindcss |
Utility-first CSS framework |
daisyui |
Tailwind-based component library |
(You can insert screenshots here later to visualize UI)