Aplicación frontend creada como parte del trabajo de Tesina en Licenciatura en sistemas de Julian Pasquale. Esta aplicación es la encargada de la interacción con los usuarios, permitiéndoles crear, actualizar, borrar e interactuar con las vibraciones.
Estas vibraciones son obtenidas a traves de los endpoints que expone el servicio backend. A través de la comunicación con dicho servicio, esta aplicación puede obtener las vibraciones existentes y almacenar nuevas.
- Clonar el repositorio:
# Usando ssh
git clone git@github.com:JulianPasquale/haptic-design-UI.git
# Usando https
git clone https://github.com/JulianPasquale/haptic-design-UI.git
- Instalar las dependencias
yarn install
- Correr el servidor
yarn start
Esta aplicación se encuentra publicada en la web, utilizando el servicio gratuito de Firebase hosting.
Frontend application created as part of Julian Pasquale's Bachelor of Systems thesis work. This application is in charge of interaction with users, allowing them to create, update, delete and interact with vibrations.
These vibrations are obtained through the endpoints exposed by the backend service. Through communication with that service, this application can obtain existing vibrations and store new ones.
- Clone the repository:
# Using ssh
git clone git@github.com:JulianPasquale/haptic-design-UI.git
# Using https
git clone https://github.com/JulianPasquale/haptic-design-UI.git
- Install dependencies
yarn install
- Start the server
yarn start
This application is published on to the web, using Firebase hosting free tier service.