This project is a React application with Firebase Authentication integrated. It provides features for user login and signup. Additionally upon signup users are required to verify their email addresses.
Here're some of the project's best features:
- User Signup: Users can sign up for an account by providing their email and password.
- Email Verification: Upon signup users receive a verification email. They need to verify their email address to activate their account.
- User Login: Registered users can log in to their accounts securely.
1. Fork Repo
https://github.com/GR-2004/firebase-authentication
2. Clone Repo
git clone https://github.com/GR-2004/firebase-authentication
3. Open Project directory
cd firebase-authentication
4. Install Dependencies
npm install
5. Configure Firebase
checkout Firebase Docs
6. Run
npm run dev
Technologies used in the project:
- React.JS
- TailwindCSS
- Firebase Authentication


