TEMPLATE
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v45View latest version
Simple frontend that displays the current user's profile information.
index.html- Main HTML page with basic stylingapp.js- JavaScript to fetch user data and handle authentication
- Shows app title "Links" from centralized config
- Fetches current user info from
/api/user - Displays username and profile image
- Shows login button if user is not authenticated
- Shows logout link if user is logged in