nighthawkcoders / teacher_portfolio

GitHub Pages / Jupyter Notebook guides for Python, Java, JavaScript, Linux
https://nighthawkcoders.github.io/teacher_portfolio/
Apache License 2.0
1 stars 51 forks source link

CSA SASS / JavaScript login and signup page #53

Open jm1021 opened 9 months ago

jm1021 commented 9 months ago

Owners

P1 Finn, Justin, Theo

P3 Krishiv, Parav, Shaurya, Vinay, Edwin, Yuri

Resources

SASS / JavaScript login and signup page. This page must be built off the GitHub Pages minima theme. The page must be set up with a framework for JavaScript methods to fetch POST requests for Login and Signup. The page should consider both success and errors (401, 403, 404) when creating JavaScript and HTML.

SASS Basics

SASS Advanced

GameLevels Submenu and Sidebar. This code is real SASS that works with HTML and JavaScript. Teacher is willing to provide an overview.

jm1021 commented 9 months ago

Example Login

user: toby@gmail.com password: 123Toby!

Redirect page: https://nighthawkcoders.github.io/APCSA/data/database

jm1021 commented 9 months ago

The objective of this project is to build Login and Signup pages with complete functionality in NightHawk page. The example above only supports login and is not providing feedback on errors; signup is not implemented.