mbuckingham / adhd-math-frontend

3 stars 0 forks source link

Onboarding structure #5

Open mbuckingham opened 1 week ago

mbuckingham commented 1 week ago

Add any folders or files that we need for the onboarding section.

Nat-crit20 commented 1 week ago

I created the basic folder structure that stores globally shared application code in the root app directory (app/components and app/lib) and splits more specific application code into the route segments that use them (app/onboarding/components and app/onboarding/lib). I created basic routing with the welcome, intro, and sign-up pages. I also created a layout file so that all the pages in the onboarding folder can have a similar structure.