Devlog #3
Highlights:
- Setup the Sign up page’s front-end, authentication, and backend.
- Setup the Login page’s front-end(I haven’t started it’s back-end and authentication yet)
- Setup alert messages
How I made the Sign Up page:
Front-end:
To build the style of the Sign Up page I used bootstrap which is a front-end framework which makes creating a front end using html simpler. Using the bootstrap framework I was able to create this page without having to make the style.
Back-end:
Since I’m building the back-end in python I used Flask(also a framework). When the user enters values in each box and clicks submit the nested if-else statements ensure all values meet the requirements. Such as, the First Name must have at least 1 character, the email must have 4 characters etc. And if these requirement are not met but the user still clicks submit, a flash message will appear at the top.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.