React Currency Converter

Author: Fiston HABIMANA

library

currency-converter-lt

A minimal currency converter library for NodeJS that works out of the box.

This a reactJs project which has nodejs server

Front-end side

For frontend side Clone or download the repository. Go to project's root directory and run following command in terminal to install dependencies:

cd client

npm i

When this finishes, start app with:

npm run start

When webpack finish with bundling, app should start at: http://localhost:3000.

Back-end side

For backend side Clone or download the repository. Go to project's root directory and run following command in terminal to install dependencies:

cd server

npm i

When this finishes, start app with:

npm run start

When webpack finish with bundling, app should start at: http://localhost:7000.

My Tech Stack

Front-End:

javascript react

Back-End:

Tools I Use:

postman figma

Others:

git