Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karllasouza/girassol
Protótipo (TCC)
https://github.com/karllasouza/girassol
Last synced: 9 days ago
JSON representation
Protótipo (TCC)
- Host: GitHub
- URL: https://github.com/karllasouza/girassol
- Owner: KarllaSouza
- Created: 2018-11-16T02:44:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T21:11:04.000Z (over 1 year ago)
- Last Synced: 2024-06-11T19:34:41.247Z (5 months ago)
- Language: JavaScript
- Size: 18.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
[![Known Vulnerabilities](https://snyk.io/test/github/KarllaSouza/Girassol/badge.svg?targetFile=package.json)](https://snyk.io/test/github/KarllaSouza/Girassol?targetFile=package.json)
# Girassol
Projeto desenvolvido com Cordova para a prototipação do aplicativo idealizado como proposta para o Trabalho de conclusão de curso.
O aplitacativo apresenta um teste para identificar níveis de dependência tecnológica, e possíveis riscos de depressão em adolescentes.### Instalação
```bash
npm i -g cordova
cordova platform add android
# cordova platform add ios
```### Executar em um emulador
```bash
cordova run android --emulator
```