Week-4 App Screen 1


Week-4 App Screen 1 (UI + Backend integration)


Screenshot of screen 1


First screen of my App deals with confirming Roll number of student. When students register to this app, they will enter their basic information like roll number, class, branch . This information is retried and shown to the students when they click Proceed button.

In the back-end, nodejs queries student table to fetch entries from the database. If unknown roll number is entered (roll number of non-registered student), system throws Roll number not found error.

For login purpose, login page was built. For new registration of an user, signup page with incorporation Google reCAPTCHA feature was build. It was fun building these pages for my app

Screenshot of Login Screen



Here user will log in to feedback system with username or password. If the user do not have credential, he may sign up with this system. Google reCAPTCH has been used to verify human against robot. Onnce the user is verified , he is redirected to signup page.


Screenshot of Signup page



On this page, login name and password of student is collected.. Apart from this, students roll number, class and branch is obtained. Using this information, sigup REST request and insert REST request are executed on appropriate tables to register user.


Comments

Popular posts from this blog

Three Screen App Idea

Week 8 - Final App

Setup dev environment