kalanicabralomana / Fastpages

Apache License 2.0
0 stars 2 forks source link

Login and Signup Pages Frontend (CRUD IMPLEMENTATION) #20

Open kalanicabralomana opened 1 year ago

kalanicabralomana commented 1 year ago

C- Create R- Read U- Update D- Delete

We attempted to use CRUD formatting on our login and signup pages to provide the best frontend experience possible for the user.

We started by CREATING the login and signup files and adding the base to them. This included the basic CSS styling at the top of the files, as well as research on the JS required to make the buttons work (onClick function mainly).

We READ through our code as a group, looking for things we needed to UPDATE and DELETE. Many of the suggestions we made to each other throughout the process were primarily focused on the appearance of the page; for example, how can we fix the CSS at the top to make the page look more realistic and appealing to the user?

We used CRUD to make our frontend design look as professional as possible, but there were some challenges, some of which we were able to fix and some of which we still need to fix.

LOGIN and SIGN UP Our idea is for the user to click the button after entering their username, password, and birthdate. This would then take them to their another page where they will be able to access more the site. Our final vision is for the user to be able to access what all the site has to offer on one page directing them to other subpages.