mahyess / react-firebase-authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is developed to integrate firebase authentication to react without any backend.

What are included in this project?

  • Firebase authentication
  • Protected routes by HOC
  • Reusable components and proper exporting to use chunks of functionalities
  • Features such as Sign up, Sign in, Sign out, Change Password and Forget Password

How to run

  • git clone

  • cd react-firebase-authentication

  • yarn to install dependencies

  • Setup firebase and create new .env file in the root folder to copy the configs.
  • yarn start to start dev server

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About


Languages

Language:JavaScript 90.4%Language:HTML 6.3%Language:CSS 3.4%