/go-barber-react-native

Fictional app to make an appointment with a barber - Rocketseat bootcamp - module 10

Primary LanguageJavaScript

React Native app

Fictional app to make an appointment with a barber - Rocketseat bootcamp - module 10

- Pages/ services:
- Sign In:
- Sign Up:
- See open slots with different service provider avaialable:
- Make an appointment:
- See all appointments:
- Cancel an appointment:

create using:

npx react-native init

connect with RestAPI

NodeJS API, using Postgres DB to store user, appointments and avatar. Mongo DB for sending confirmation email to provider for each appointment

repository for back-end:

https://github.com/dinotudor/gobarber-backend

clone de repo then:

cd gobarber-backend
yarn - install dependencies
yarn dev - run server on localhost

Screen Shots:

LOGIN:
login

ERROR MESSAGES AND VALIDATION:
validation

EDIT PROFILE:
edit-profile

DASHBOARD:
dasjboard

SELECT PROVIDER:
select-provider

SELECT DATE:
select-date

CONFIRM APPOINTMENT:
confirm