PuenteVinicius / atendo-em-libras

Nos momentos atuais de pandemia, pessoas surdas dependem, muitas vezes, de pessoas intérpretes de sinais para serem atendidas por profissionais de saúde. Esse projeto foca em disponibilizar uma plataforma para cadastros de tais profissionais da área de medicina em todas áreas de atuação, inclusive nutricionistas, psicólogos, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atendo em Libras atendo-em-libras

What is it?

In today's pandemic times, deaf people often depend on people interpreting signs to be seen by health professionals. This project focuses on providing a platform for registering such medical professionals in all areas of activity, including nutritionists, psychologists, etc.

You able to see the project in production here.

Tech Stack

Frameworks

  • ReactJS

Utils

  • Styled Components (CSS in JS)
  • Grommet (Component Library)
  • CircleCI (Continuous Integration)
  • Hawkeye (Dependency checker)
  • SonarCloud (Catch bugs and security vulnerabilities)
  • Google Analytics

Tests

  • React Testing Library
  • Jest

Environments

We are using two environments in our process of development cycle:

How to execute the project

In the project directory, to install the dependencies you can use the following command:

npm install

And you can run the app in development mode executing the following command:

npm start

We are making use of environment variables, which you can get by asking one of your fellow devs!

How test the app

npm test

Launches the test runner in the interactive watch mode.

How to contribute

Commit Message Standards

We are using gitmoji:

  • Feature: ✨

  • Chore: 🚧

  • Test: ✅

  • Refactoring: ♻️

  • Bug-fix: 🐛

  • Hot-fix: 🚑

  • Style: 💄

  • Docs: 📝

And we are also using a commit message standard:

<gitmoji icon>(<component>): description what the commit is

About

Nos momentos atuais de pandemia, pessoas surdas dependem, muitas vezes, de pessoas intérpretes de sinais para serem atendidas por profissionais de saúde. Esse projeto foca em disponibilizar uma plataforma para cadastros de tais profissionais da área de medicina em todas áreas de atuação, inclusive nutricionistas, psicólogos, etc.


Languages

Language:JavaScript 98.6%Language:HTML 1.1%Language:CSS 0.3%