dartmouth-cs98-23f / verbatim_frontend

Verbatim Flutter Frontend
0 stars 1 forks source link

URL-based navigation functionality #36

Open DahliaTheCoder opened 8 months ago

DahliaTheCoder commented 8 months ago

Implement URL-based navigation functionality, enabling users to navigate to specific pages by entering URLs. For example, when a user enters 'http://localhost:3000/#/signup' in their browser, it should direct them to the sign-up page. Similarly, 'http://localhost:3000/#/login' should open the login page, and so on.