fknmcapstone / fknmdashboard

Other
0 stars 0 forks source link

Landing Page #2

Open jhanavigera opened 1 year ago

jhanavigera commented 1 year ago

accessible here: https://www.figma.com/file/jAAOOhe7QhXlkZppAbIDVx/ECE496---First-draft?type=design&node-id=0%3A1&mode=design&t=xMsHNaHbMkTfJWwJ-1

Xyrtur commented 1 year ago

Used create-react-app with template typescript to generate files for us that we can get started on. It can be a little bloated but is good for beginners to learn. Running npm start in the root of the project shows what it has for us so far. I've added our own folder structure as well

Xyrtur commented 1 year ago

No longer going to use create-react-app as it is old and there are better alternatives available

Xyrtur commented 1 year ago

Trying out Next.JS and going through their docs

Xyrtur commented 1 year ago

Using this Next.JS pages and layouts doc to help learn how to route to different pages and not re-render the header and nav bar each time