/gallery

A front-end challenge.

Primary LanguageTypeScript

Gallery

This is a front-end challenge implemented with Angular.

This project was generated with Angular CLI version 11.2.8.

The challenge

Implement an application that consumes an API REST.

  1. Create an authentication screen with Login using LocalStorage
  2. Show all the albums from https://jsonplaceholder.typicode.com/albums
  3. Show one thumbnail for each album, being the first photo of the album
  4. Show the first ten photos of each album

Up and running

Run ng serve for a dev server. Navigate to http://localhost:4200. The app will automatically reload if you change any of the source files.