Skip to content

This a Currency Converter webapp developed using React & Node.js

License

Notifications You must be signed in to change notification settings

TheKing003KS/Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter Webapp

This webapp has been developed using React & Bootstrap frameworks for the frontend and Node.js for the backend.

The user can use this webapp to get the latest exchange rates for a variety of currencies.

This webapp makes API requests as per the user requirements and renders the requested exchange rates.

To use this webapp, download this repository, install all the dependecies using npm (in both the main directory and the backend directory), start the node server for the backend and run command 'npm start' to run the react frontend application and Enjoy!!