An open API service indexing awesome lists of open source software.

https://github.com/yyq1025/balance-frontend


https://github.com/yyq1025/balance-frontend

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Balance Frontend

[![License](https://img.shields.io/github/license/yyq1025/balance-backend)](https://github.com/yyq1025/balance-backend/blob/main/LICENSE)
[![Lines of code](https://img.shields.io/tokei/lines/github/yyq1025/balance-frontend)](https://github.com/yyq1025/balance-frontend)
[![React](https://img.shields.io/github/package-json/dependency-version/yyq1025/balance-frontend/react?color=61DAFB&logo=react&logoColor=white)](https://reactjs.org/)
[![Redux](https://img.shields.io/github/package-json/dependency-version/yyq1025/balance-frontend/@reduxjs/toolkit?color=764ABC&logo=redux&logoColor=white)](https://redux-toolkit.js.org/)
[![MUI](https://img.shields.io/github/package-json/dependency-version/yyq1025/balance-frontend/@mui/material?color=007FFF&logo=mui&logoColor=white)](https://mui.com/)
[![React Hook Form](https://img.shields.io/github/package-json/dependency-version/yyq1025/balance-frontend/react-hook-form?color=EC5990&logo=react-hook-form&logoColor=white)](https://reactrouter.com/)
[![Renovate status](https://img.shields.io/badge/renovate-enabled-brightgreen?logo=renovatebot)](https://github.com/yyq1025/balance-frontend/issues/42)

## Environment Variables

| Name | Required | Description |
| ---- | -------- | ----------- |
| `REACT_APP_API_URL` | Yes | Backend API URL, e.g. `http://localhost:8080` |
| `REACT_APP_AUTH0_AUDIENCE` | Yes | Learn more [here](https://auth0.com/docs/quickstart/spa/react/02-calling-an-api) |
| `REACT_APP_AUTH0_CLIENT_ID` | Yes | Learn more [here](https://auth0.com/docs/quickstart/spa/react) |
| `REACT_APP_AUTH0_DOMAIN` | Yes | Learn more [here](https://auth0.com/docs/quickstart/spa/react) |