Skip to content

Ve6om/react-crypto-ui

Repository files navigation

go-crypto-ui

Simple React app that displays live crypto prices using the go-crypto-api backend.

Live Demo

Try out a live demo of the frontend here:

https://react-crypto-ui.up.railway.app/

How to Run

  1. Clone the repository and enter the directory.

  2. Create a .env file in the root of the project to customize settings:

# Backend API URL to send requests to.
# This should point to your deployed instance of the go-crypto-api:
# https://github.com/Ve6om/go-crypto-api
VITE_GO_CRYPTO_API_URL=http://localhost:8080
  1. (Optional) Test the app locally
npm run dev
  1. Build the app and deploy it to your own server or a platform like Railway:
npm run build

About

Simple React app that displays live crypto prices using the go-crypto-api backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published