JoleneKearse / step-counter

An app to count 6500 steps a day, equating 100 miles for the month of June 2024.
https://step-counter-lime.vercel.app
0 stars 0 forks source link

Add React Router #4

Closed JoleneKearse closed 5 months ago

JoleneKearse commented 5 months ago

Add React Router, because the project is evolving beyond a SPA.

I need a homepage that will re-route to Login if user's haven't signed up yet.

I need the general Count & Calendar page.

I also need a Stats page. When user's have just signed up they can fill out their general stats. Existing users can also come there to update them.

I also need a Sign Out button, that will re-route them accordingly.