Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crispengari/photodump
🖼 photodump is a web application for storing photos in the cloud.
https://github.com/crispengari/photodump
class-based-components cloud firebase javascript react typescript
Last synced: 12 days ago
JSON representation
🖼 photodump is a web application for storing photos in the cloud.
- Host: GitHub
- URL: https://github.com/crispengari/photodump
- Owner: CrispenGari
- License: apache-2.0
- Created: 2022-08-11T14:38:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T12:16:23.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T21:48:50.150Z (2 months ago)
- Topics: class-based-components, cloud, firebase, javascript, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.54 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### photodump
This is a deployed web storage for storing photos on cloud.
The deployed version of `photodump` can be found [here](https://photodump-51e37.web.app).
### QR Code
You can open the webapp by scanning the QR code:
![]()
### Techs used
photodump is currently using serverless for both, `authentication`, `database` and `storage`. The following Techs was used:
1. firebase authentication
2. firebase firestore
3. firebase storage
4. react.js### Firebase version
```shell
- version 9.*
```### Programing languages.
This application was created using `React Class Based Components` and it is written in:
```shell
- typescript
```### Core packages
```shell
- react-router-dom
- redux & react-redux
- firebase
- semantic-ui-react, semantic-ui & semantic-ui-css
- react-drag-drop-files
- react-icons
```