https://github.com/sanjaykumarverma01/simplifii
The app may take 2-3 minutes to load initially due to the Render free account policy. I created a basic user registration page where anyone can sign up. To complete registration, the user must verify the OTP . For more details, use the deployed link to check the functionality.
https://github.com/sanjaykumarverma01/simplifii
css dotenv expressjs javascript mailgen material-ui mongodb nodejs nodemailer nodemon react
Last synced: 3 months ago
JSON representation
The app may take 2-3 minutes to load initially due to the Render free account policy. I created a basic user registration page where anyone can sign up. To complete registration, the user must verify the OTP . For more details, use the deployed link to check the functionality.
- Host: GitHub
- URL: https://github.com/sanjaykumarverma01/simplifii
- Owner: sanjaykumarverma01
- Created: 2024-08-14T08:26:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T06:18:18.000Z (10 months ago)
- Last Synced: 2024-08-22T10:11:21.919Z (10 months ago)
- Topics: css, dotenv, expressjs, javascript, mailgen, material-ui, mongodb, nodejs, nodemailer, nodemon, react
- Language: JavaScript
- Homepage: https://infollion-nlou.onrender.com/
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The app may take 2-3 minutes to load initially due to the Render free account policy.
# Infolliom-Register-Page~~Infollion-Register-Page is a full-stack app that uses real-time OTP verification via email. It utilizes Nodemailer and Mailgen to accomplish this.~~
Infollion-Register-Page uses OTP verification. OTP will be last 6 digit of mobile number.
## Tech Stack
**Client:** React JS
**Server:** Node JS, Express JS
**Database:** Mongo DB
**CSS Library:** Material-UI
## Demo[https://infollion-nlou.onrender.com/](https://infollion-nlou.onrender.com/)

## Run LocallyClone the project
```bash
git clone https://github.com/sanjaykumarverma01/simplifii.git
```Go to the project directory
```bash
cd simplifii
```Install dependencies
```bash
npm install
``````bash
cd client/
npm install
```Start the server
```bash
npm run start
npm run server
```
Start the Client```bash
//open a new terminal
cd client
npm start
```
# Features### Input Validation

### Real Time OTP Sent & Resent


### Invalid OTP PopUp

### Existing Users Validation

### OTP Expire Validation

### Mobile View
