Build an app that detects where a user is and displays their local weather.
Use localStorage to store strings of text directly in the user's browser without needing a database. Practical HTML 5 Projects
Use the navigator.geolocation API to get latitude and longitude, then fetch data from a weather API. Build an app that detects where a user
Build a Kanban-style board (like Trello) using the native HTML5 Drag and Drop API. Practical HTML 5 Projects