This is a simple React app featuring login, signup, and profile management, powered by Firebase Authentication. It provides a seamless user experience with account creation, secure login, and personalized profile viewing. Firebase handles the backend authentication, ensuring a secure and scalable solution.
- User Signup: Create a new account with an email and password.
- User Login: Secure login with Firebase authentication.
- Profile Management: View and manage user profile data after logging in.
- Firebase Integration: Real-time authentication and user session management.
- Node.js installed
- Firebase project setup with Authentication enabled
- Clone the repository:
git clone https://github.com/asharnotfounds/reactyy.git
- Navigate to the project directory:
cd reactyy - Install the dependencies:
npm install
- Update
firebase.jsin/src/servicesand add your Firebase configuration:
To start the development server:
npm start