/caseonizate

Primary LanguageJavaScript

Caseonizate

Caseonizate is an AngularJS app that loads users, albums and photos from an API and display those contents on screen.

It's based on AngularJS and divided in components with modules, controllers and services.

Deployment 🔨

Install dependencies

$ npm install

Launch server

$ npm run dev

Features

  • Show employees list.
    • Employees can be filtered by name
  • On click an employee, show his albums.
    • Albums can be filtered by title
  • On click an album, show its photos.

Built with 🚀