Skip to content

Demo application to check sign in with email functionality using Phone email.

Notifications You must be signed in to change notification settings

phoneemail/sign-in-with-email-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign In with Email - React JS Demo

Welcome to the Sign In with Email React JS demo! This application demonstrates the implementation of a "Login with Email" button in a React JS environment.

Website

Visit our website at www.phone.email for more information.

Documentation

Detailed documentation is available at https://www.phone.email/docs-sign-in-with-email. Please refer to this documentation for instructions on how to integrate the "Login with Email" functionality into your React JS project.

Getting Started

To get started with the Sign In with Email React JS demo app, follow these steps:

  1. Clone the repository:

    git clone https://github.com/phoneemail/sign-in-with-email-reactjs.git
  2. Install dependencies:

    cd sign-in-with-email-reactjs
    npm install
  3. Change the config:

    Change your CLIENT_ID in Login.js. You can get the CLIENT_ID from profile section in admin dashboard.

  4. Run the app:

    npm start

    The app will be accessible at http://localhost:3000 by default.

Features

Login with Email: Easily integrate a secure and convenient email-based authentication system into your React JS application.