Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharjeel-siddiqui12/firebase-authentication-using-react
This project is a React application that utilizes Firebase Authentication for user signup and login.
https://github.com/sharjeel-siddiqui12/firebase-authentication-using-react
firebase firebase-auth react react-router reactjs tailwind tailwind-css tailwindcss vite
Last synced: 8 days ago
JSON representation
This project is a React application that utilizes Firebase Authentication for user signup and login.
- Host: GitHub
- URL: https://github.com/sharjeel-siddiqui12/firebase-authentication-using-react
- Owner: sharjeel-siddiqui12
- License: mit
- Created: 2024-09-06T21:20:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T23:23:24.000Z (2 months ago)
- Last Synced: 2024-10-10T17:23:44.942Z (28 days ago)
- Topics: firebase, firebase-auth, react, react-router, reactjs, tailwind, tailwind-css, tailwindcss, vite
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase Authentication using React
This project is a React application that utilizes Firebase Authentication for user signup and login.
## Features
- User Signup: Users can create a new account by providing their email address and password.
- User Login: Existing users can log in to their accounts using their registered email and password.## Technologies Used
- React: A JavaScript library for building user interfaces.
- Firebase Authentication: A service provided by Google Firebase for user authentication.## Getting Started
To run this project locally, follow these steps:
1. Clone the repository: `git clone https://github.com/sharjeel-siddiqui12/firebase-authentication-using-react.git`
2. Install dependencies: `npm install`
3. Set up Firebase project: Create a new Firebase project and enable Firebase Authentication.
4. Configure Firebase credentials: Create or Replace the Firebase configuration in `src/components/fireBaseConfig/fireBaseConfig.js` with your own Firebase project credentials.
5. Start the development server: `npm run dev`
6. Open your browser and navigate to `http://localhost:5173`## Usage
- Sign up: Click on the "Sign Up" button and fill in the required information.
- Log in: Enter your registered email and password to log in to your account.## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).