eugercek / Currency-Frontend

A currency converter frontend, written in React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

An internship project.

A frontend for Currency Exchange Rates parsed from TCMB.

Exchange rates are downloaded, parsed and saved in database with a daemon integrated with systemd.

Afterwards a REST server reads and serves the databse.

At the last step this program is used to display the exchange rates.

How to run

Without backend

Run fake rest api

npx json-server --watch ./src/fakeDB.json --port 3001

Change fetch From app.js to

fetch("http://localhost:3001/currencies");
// fetch("http://localhost:5000/today/list")

With backend

Use the instructions from:

How it Looks

Converter route
Table route

About

A currency converter frontend, written in React.


Languages

Language:JavaScript 92.2%Language:HTML 7.8%