Currency Exchange Mobile Application
DES427 Mobile Application Development Final Project
Digital Engineering Department, Semester 1, Academic Year 2022.
Sirindhorn International Institute of Technology (SIIT), Thammasat University.
- Paphana Yiwsiw @waterthatfrozen (6222780379)
- Thanakit Lerttomolsakul @BrightHiewww (6222780569)
- Sirada Chaisawat @qmuip (6222780668)
- Thanyachanok Rachawongsuk @thanyachanokr (6222770313)
- exchangerate.host | Free and simple API service for getting currency exchange rate with no API key required. API documentation: https://exchangerate.host/#/#docs
- Clone this GitHub repository to your local machine
- Go inside folder currency-exchange (
cd ./currency-exchange
) - Install dependencies by
npm install
(This will install all dependencies in this project according to package.json file) or you can typenpm install
followed by all dependencies packages listed in the package.json file - Run a
npx expo start
command on your local machine and run the application on expo by using Expo Go on your mobile devices. - Enjoy~
https://drive.google.com/file/d/1bSO6jMZ9XTF7wZL9Xf4ulTLGooBtbqzk/view?usp=sharing
- react-native-select-dropdown for creating a customizable dropdown selection
- react-native-bootstrap-icons for using Bootstrap icons in react native application (Bootstrap Icon: https://icons.getbootstrap.com/)