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
- Host: GitHub
- URL: https://github.com/moraeslucas/photogallery
- Owner: moraeslucas
- License: mit
- Created: 2021-10-23T18:15:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T03:14:14.000Z (7 months ago)
- Last Synced: 2024-12-26T21:24:46.068Z (5 months ago)
- Topics: docker, javascript, node-js
- Language: JavaScript
- Homepage:
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
## 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