Footballer API & Info Site
Express.js web app that serves as both an API and a static frontend to display data about famous footballers. Users can visit the homepage to view player info and access a custom-built RESTful API that returns JSON data based on a player’s last name.
Built with: HTML, CSS, JavaScript, Node.js, Express
Features:
Static landing page with player images and info
Dynamic API route: /api/:name returns player stats (e.g., /api/messi)
Hosted on Render with proper static file handling
Skills shown: REST API design, Express routing, static file serving, deployment with environment-aware ports
