Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 930 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 930 Bytes

A responsive react firebase authentication template made using bare minimum. It will help you get started with react and firebase web app in no time.

Features

Easy Authentication.

Guarded pages with react router.

Responsive for all screen sizes.

Comes with responsive navigation.

Includes page navigation using react router.

Libraries Used

  • fireabse
  • react-firebaseui
  • react router
  • react router dom

Screenshot

App Screenshot App Screenshot loggedin

HOW TO USE

  • Clone the Project.
  • Replace comments inside Home.js with your firebase configuration.
  • Run npm install in root directory.
  • Run npm start.