|
1 |
| -# forexaggregator |
| 1 | +# Forex Aggregator |
2 | 2 |
|
3 |
| -A new Flutter project. |
| 3 | +<h4>This project was developed by our team for the Western Union Techathon 2020. </h4><br> |
| 4 | + <p> A forex aggregator is like Trivago for Forex. It shows you information about all the different forex providers and their conversion rates. Flutter has been used for developing this cross platform application and Nodejs has was used to create custom API which are hosted on Heroku.</p> |
| 5 | + <p>For predicting future conversion rates a combination of ARIMA and RNN has been used.</p> |
4 | 6 |
|
5 |
| -## Getting Started |
6 | 7 |
|
7 |
| -This project is a starting point for a Flutter application. |
| 8 | +<h3><b><u>Features:</u></b></h3> |
| 9 | + <ul> |
| 10 | + <li>Category winners sorted according to factors like price, rating etc. with sort/filter option on the factors like price, ratings,etc. |
| 11 | +</li> |
| 12 | + <li>Top gaining and losing conversion among multiple currency. |
| 13 | +</li> |
| 14 | + <li>Best and worst forex rates in last 5 and 10 days. </li> |
| 15 | + <li>Graph to analyze previous rates for a day, week. |
| 16 | +</li> |
| 17 | + <li>Our prediction for future conversion rates.</li> |
| 18 | + <li>Chat Support for Assistance (chatbot)</li> |
| 19 | + <li>Multi-currency conversion support</li> |
| 20 | + </ul> |
8 | 21 |
|
9 |
| -A few resources to get you started if this is your first Flutter project: |
| 22 | +<h3><b><u> Developers</u></b></h3> |
| 23 | + <ul> |
| 24 | + <li><a href="https://github.com/yashagarwal1999">Yash Agarwal</a></li> |
| 25 | +<li><a href="https://github.com/Onkarbendre2000">Onkar Bendre</a></li> |
| 26 | +<li><a href="https://github.com/Gattani-Sanket">Sanket Gattani</a></li> |
| 27 | +<li>Rushikesh Tapadiya</li> |
| 28 | + </ul> |
| 29 | + |
| 30 | +## References |
| 31 | + |
| 32 | + |
| 33 | +A few resources for Flutter: |
10 | 34 |
|
11 | 35 | - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
|
12 | 36 | - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
|
13 | 37 |
|
14 |
| -For help getting started with Flutter, view our |
| 38 | +For help getting started with Flutter, view |
15 | 39 | [online documentation](https://flutter.dev/docs), which offers tutorials,
|
16 | 40 | samples, guidance on mobile development, and a full API reference.
|
0 commit comments