Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.58 KB

README.md

File metadata and controls

60 lines (42 loc) · 2.58 KB

React Auth with Firebase

React Auth Firebase is a practice project that utilizes the React framework and Firebase authentication. It allows users to sign up and log in using the project and displays different routes depending on the user's authentication status. This project is intended to help developers improve their skills in building authentication features using React and Firebase.

💻 Getting Started

  • To get star with this package first of all you have to clone the project ⬇️
git clone https://github.com/raihan2bd/react-auth-with-firebase.git
  • Make sure you have firebase authenticate api key. See Firebase Rest Api documention

  • Then you have to create a file called .env.local in your project root lavel and you have to add your api key as like as below Capture

  • Then Make sure you have install NodeJs.

  • Then make sure you have install React on your local mechine if you want to use this project as localy.

  • To install all the npm packages navigate the folder address on your terminal and enter the below command ⬇️

npm install

Usages

Note: Before enter the below command make sure you are in the right directory.

  • After downloading the packages To build the project as a single executable just run the below command. ⬇️
npm run build
  • After finishing the avove instructions you can see the project in your local mechine by entering the below command ⬇️
npm start
  • Then you can see this project live on your browser by this link http://localhost:3000 or your given the port nuber you set for the project.

👥 Author

👤 Abu Raihan

⭐️ Show your support

Thanks for visiting my repository. Give a ⭐️ if you like this project!

🙏 Acknowledgments

Thanks a lot Academind especially Maximilian Schwarzmüller who help me learn React and redux and help me to build this project.

📝 License

This project is MIT licensed.

Contribution

Your suggestions will be more than appreciated. If you want to suggest anything for this project feel free to do that. 🙂