Skip to content

SPA for managing web photos; It uses JavaScript, Node.js and Docker

License

Notifications You must be signed in to change notification settings

moraeslucas/PhotoGallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoGallery

This SPA manages photos from the web with these technologies:

  • React for client-side code
  • Node.js as the JavaScript runtime environment
  • Docker for the container build
  • CSS (layout and styling)

screenshot

References

-This app uses the API PhotosApi;
-Based on the Udemy course for ReactJS that I've completed1.

PS: You can use the official Microsoft documentation to run Docker on your machine.

Footnotes

  1. The Complete ReactJS & Redux Course