Skip to content

Spring boot web app that consumes image gallery API.

Notifications You must be signed in to change notification settings

leopaul29/spring-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gallery

In this project, I made a webapp to consume a gallery API (album and photos).

In this webapp we can

  • show a list of albums
  • show a single albums with multiple photos
  • show a signle photo
  • import file photo
  • manage cache settings
  • test restclientapi

Style

/* Color Theme Swatches in Hex */ .Illustration-1-hex { color: #F20587; } .Illustration-2-hex { color: #F2059F; } .Illustration-3-hex { color: #F22ED2; } .Illustration-4-hex { color: #BF8360; } .Illustration-5-hex { color: #F2F2F2; }

/* Color Theme Swatches in RGBA */ .Illustration-1-rgba { color: rgba(242, 4, 135, 1); } .Illustration-2-rgba { color: rgba(242, 4, 159, 1); } .Illustration-3-rgba { color: rgba(242, 46, 209, 1); } .Illustration-4-rgba { color: rgba(191, 130, 95, 1); } .Illustration-5-rgba { color: rgba(242, 242, 242, 1); }

/* Color Theme Swatches in HSLA */ .Illustration-1-hsla { color: hsla(326, 96, 48, 1); } .Illustration-2-hsla { color: hsla(320, 96, 48, 1); } .Illustration-3-hsla { color: hsla(309, 88, 56, 1); } .Illustration-4-hsla { color: hsla(22, 42, 56, 1); } .Illustration-5-hsla { color: hsla(0, 0, 95, 1); }

Usefull link

About

Spring boot web app that consumes image gallery API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published