Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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:


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
```