Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 806 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 806 Bytes

Firebase authentication with React in Typescript

This project is to serve as a template for integrating firebase authentication with React in Typescript, with Redux toolkit

It also serves as an example of authentiation flow and routing in react with react-router v5

Tech Used

Redux with Redux-Toolkit for state management, React-Router for navigation, Styled-Components for styling, React-Hook-Forms for form handling and Validation and everything is written in Typescript.

A non-user can

  • Create an account

A user can

  • Login to an account
  • Change their password
  • Reset their password

This project was bootstrapped with Create React App.