/haptic-design-UI

UI for vibrations design.

Primary LanguageTypeScriptMIT LicenseMIT

Haptic-Design

Versión en español 🇦🇷 🇪🇸

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.

Prerrequisitos

Cómo empezar

  1. 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
  1. Instalar las dependencias
yarn install
  1. Correr el servidor
yarn start

URLs públicas

Esta aplicación se encuentra publicada en la web, utilizando el servicio gratuito de Firebase hosting.

English version 🇺🇸 🏴󠁧󠁢󠁥󠁮󠁧󠁿

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.

Prerequisites

Getting started

  1. 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
  1. Install dependencies
yarn install
  1. Start the server
yarn start

Public URLs

This application is published on to the web, using Firebase hosting free tier service.