A simple authentication system built with React, Firebase, and Vite. This project demonstrates how to implement user authentication using Firebase Authentication in a React application, with fast build times and optimized performance provided by Vite.
- User Registration: Allows new users to sign up using email and password.
- User Login: Enables existing users to log in.
- Profile Management: Displays user profile information and allows users to log out.
- Responsive Design: Mobile-friendly and adapts to various screen sizes.
- Dark Mode Support: Aesthetic improvements for both light and dark themes.
- React: JavaScript library for building user interfaces.
- Firebase: Backend-as-a-Service platform for authentication and real-time database.
- Vite: Next-generation build tool for fast development and optimized production builds.
- Tailwind CSS: Utility-first CSS framework for custom styling.
- React Router: Routing library for navigating between pages.
- Clone the Repository:
git clone https://github.com/hjariwala25/react-firebase-auth.git
cd react-firebase-auth