Prototype

App Flow Sketch

Low Fidelity Prototype

menu showing various club titles in different colors a mockup of what the chess club page would look like for example the club page once the user has fully logged in

Core Function Draft

an example of a javascript function that would be housed in the app

Function Mapping

Summary of Work

Web Project Link

https://app.codecraftworks.com/web/VrSCJlGo9seyonN6jv2Y

Summary

In the end I created four pages. A home page that housed three options for the clubs that could be chosen by the user, and three separate pages each cooresponding to that respective club selection. The "club selection pages" each contain information about the club, and a back arrow to navigate the user back to the main screen. A challenge I faced was to properly next each page in a way that the Javascript is able to read it. I struggled to fit each element within its own respective section so that they would hide and show up properly. Iteration was incredibly useful in this regard as I was able to clone my project to run trial and error with debugging ideas without major consequence to my overall project. I could try something, see if it worked, then adopt it to my main project without ever interupting the code that I know works.