Diga Lá project is a platform to build forms and manage it responses. This repository contains the code of the web application that consumes Diga Lá API, that can be found here.
The project was developed using this techs.
You can access the demo with the following credentials:
- User: teste@gonuvem.com
- Password: digala
# Clone repository
$ git clone https://github.com/gonuvem/digala-front
# Enter directory
$ cd digala-front
# Instal dependencies
$ yarn install
# Run in dev mode
$ yarn start
