Skip to content

XGalilei/weekend-assignment-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weekend Assignment Four: Gallery of My Life

Fourth weekend assignment, 9/19/21.

Description

''Duration: Weekend Sprint''

A gallery of items relevant to my life, built in React. Each item in the gallery includes a like counter, a button to add additional likes, and a description which can be viewed by clicking the image.

To-Do List

  • Use axios to retrieve data from the gallery module and store it in App.jsx
  • Create a GalleryList component to store all gallery data
  • Create a GalleryItem component to store a single instance of an image in a gallery
    • Should contain the number of likes, a like button, an image, and a description
    • Image should swap places with description when clicked
    • Like button makes an Axios PUT call, increasing the number of likes for the specified image
  • []

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published