This is a project is about how to verify user's email ID. When a user enter it's email ID for signup in our web application a URL is been sent on it's email ID. If sent URL is stimulated by the user through it's email ID that means the email id that user provided is verfied.
These instructions will get you a basic requirements to run this project.
This project was bootstrapped with Create React App.
In the project directory, you can run:
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.
To make this project work these steps should be followed :-
- Setup firebase account.
- Enable email/password option present in authentication section of your firebase console.
- Follow the code of firebaseConfig.js file from my repository in which firebase authentication to send email link is used.
- ReactJs
- Google Firebase