A simple JavaScript app that keeps tracks of leader board scores using a Leaderboard API. Send a POST request to the API, this generates an ID that's stored in the browser's local storage. Use the ID as part of a fetch URL to add scores and also display these scores. Use async wait JavaScript to call a function after a promise is resolved.
Blog site. Register and login user. Logged in user can add a post. Users can comment on and like the post. Only owner can delete post.
A book storage application implemented using JavaScript ES6 modules. Add a book, edit it's details or even delete it. This is all performed inside the browser's Local Storage