1/100 of my App-A-Day challenge
A simple app that allows users to view random dog photos in a carousel, like them, and review their likes. In order to like or see your likes, you must log in with a username.
- Uses The Dog Api to get the random list of dogs, save the likes, and retrieve the liked entries.
- Uses HTML, CSS, and JavaScript as static files. No backend logic was implemented.
- Uses JavaScript's Fetch library to make the required HTTP requests.
- Uses Bootstrap to create and manage the carousel.
- The username is persisted in local storage, and though it has no security on it, you can use the same username on separate devices to log in!