https://github.com/giri7a/basic-web-application
Creating a login Page and registration Page using HTML and CSS with basic validations and Backend Integration(python) Framework:- Flask
https://github.com/giri7a/basic-web-application
css flask html python sql
Last synced: 2 months ago
JSON representation
Creating a login Page and registration Page using HTML and CSS with basic validations and Backend Integration(python) Framework:- Flask
- Host: GitHub
- URL: https://github.com/giri7a/basic-web-application
- Owner: Giri7a
- Created: 2023-07-12T16:07:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T16:52:37.000Z (almost 3 years ago)
- Last Synced: 2025-10-24T18:42:15.570Z (8 months ago)
- Topics: css, flask, html, python, sql
- Language: HTML
- Homepage:
- Size: 499 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic-Web-Application
To Create basic web application using HTML, CSS, Java Script and the backend integration with python.
## To create a Login page
* Input values are username and password.
* Give all the user credentials and click on the login button then it will be redirect to the UI page.
* If do not have an account then you have to click on register button.
## To Create a registration Page
* Input values are name, mobile number, username, password.
* Give all the user details and click on the register button then it will be redirect to the UI page.
* If already have an account then you have to click on login button.
## Basic form validations
* If the username is already exist then it will show the message like user already exist.
* If the password not consist with greater than 8 characters then the error message will be display like invalid password.
* Phone number consist 10digits, if not then it will be display the error message like invalid phone number
* If the username is not exist in the database then it will be display the error message like invalid username!!.
* If the password is not exist in the database then it will be display the error message like invalid password.
##Successfull Login and Register
* After successfully login and registration then UI page will be display.
## To do Logout
* If we click on the logout button then it will be redirect to login page again.