Intermo is a P2P foreign exchange platform and avoid unnecessary bank fees. All work was completed on my own.
- Python
- JavaScript
- React
- Redux
- forex_python exchange rate API
- Flask
- SQLAlchemy
- HTML
- CSS
-
Clone project
-
Generate a .env file inside the Intermo directory and add a SESSION_SECRET variable into it
-
cd into the Intermo folder and start your python shell, and start flask
cd Intermo
pipenv shell flask run- Open up a second terminal and cd into the Front-end directory, start the react app, and enjoy!
cd Intermo/Front-end
npm start
The landing page is inspired by Venmo to give users instant access to currency conversion. If they are not-logged in, after clicking search will prompt them to login.

After a user searches, results are presented in an easy to act on and legible format, encouraging user engagement and quick transaction.
Easy to use form designed for users to have all of the information they need to create a post, minimizing the likelihood of a user visiting the page and not completing a post.


