An open API service indexing awesome lists of open source software.

https://github.com/moraeslucas/photogallery

SPA for managing web photos; It uses JavaScript, Node.js and Docker
https://github.com/moraeslucas/photogallery

docker javascript node-js

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# PhotoGallery
This SPA manages photos from the web with these technologies:
- [React](https://reactjs.org/) for client-side code
- [Node.js](https://nodejs.org/en/) as the JavaScript runtime environment
- [Docker](https://www.docker.com/) for the container build
- [CSS](https://www.w3.org/TR/CSS/#css) (layout and styling)

![screenshot](./PhotoGallery.jpg)

## References
-This app uses the API [PhotosApi](https://github.com/moraeslucas/PhotosApi);


-Based on the Udemy course for ReactJS that I've completed[^1].




**PS:** You can use the official Microsoft [documentation](https://docs.microsoft.com/en-us/visualstudio/containers/container-tools-react?view=vs-2019) to run Docker on your machine.
[^1]: The Complete ReactJS & Redux Course