aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: a0caae9f0d58b3102844d29f2c075b187862cdcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# React Native Gallery + Camera App
Features:
- See all your photos in gallery
- Remove unwanted files
- Take a new photo
- Adjust settings of camera while photographing
- Send files to server
- See uploaded files

## To start:
- Run `npm install`
- Run `expo start`
- In another terminal `cd backend && ./start`
- In app go to settings and set your computer IP address

![Screenshot of gallery](screenshot1.png)
![Screenshot of camera](screenshot2.png)
![Screenshot of webapp](screenshot3.png)