Giter VIP home page Giter VIP logo

gladiator's Introduction

Mutual fund calculator app

GitHub issues GitHub Hacktoberfest combined status PRs Welcome Open Source Love Get it on Google Play
Mutual fund calculator app is a tool to calculate all your financial targets. Developed in React Native using Expo, the app allows you to do four kinds of calculations.

  • Calculate how much your SIPs will give you in a given time.
  • Calculate how much your FD's or LumpSums will give you in a given time.
  • Calculate how much EMI you need to pay for a loan.

Contributions are welcomed. Please go through the contribution guidelines in the CONTRIBUTION.md file before raising a pull request.

gladiator's People

Contributors

juhitiwari avatar unishubh avatar dawksh avatar gunashekar02 avatar manishdangi98 avatar

Watchers

James Cloos avatar

gladiator's Issues

Remove unused files and import statements

Remove all files that are empty, are not being used, and all imports that have no use. Keep in mind some of the code has been commented out for future work. Do not delete them. For more reference look at the contributing guidelines

TextInput focus doesn't work on Android 10

Right now the user has two options two enter their inputs for various fields: either through the slider or by inputting numbers. The pencil icon on the sides acts as a button to open the keypad and the corresponding text inputs are enabled. The icon changes to a tick icon, clicking on which disables the text input again. This feature doesn't work on Android 10, the keypad doesn't come up and the text input doesn't gain the focus.

Remove unused libraries

You might find some third-party libraries that are not being used, please remove them both from imports as well as from the project

Display figures in words

For the results being displayed in the pie chart, include the figures in words in addition to numerical form. Do it as such that the UI isn't disturbed

Show calculation for the next 30 years

Need to show a table containing calculations for all 4 components for the next 30 years in a modal box, the button for which would be at the lower end of the screen. To see the table visit the site : https://mutualfundcalculators.com/ . A screenshot for the table is included. A screenshot of the app where we want the button to open the is also included. And a gif screenshot of a different app from where we want the modal and button to draw inspiration from is also included. You can find the code of this sample app here : https://github.com/juhitiwari/PlantApp

Add modal button here

Table to show calculations

Sample app for modal

Dynamic step not working properly

We have added dynamic step changes for sliders according to the input type. For example, for SIP calculations, in the investment amount slider there is a step change of 1K when values are between 1K to 25K. Post that the step-change is 5K. That means the slider should go to 25K in step sizes of 1K after that should go to 30K directly. However, right now slider value reaches to 26K and then takes a 5K step change and goes to 31K and from there on works fine (i.e. follows a step change of 5K). Similar behaviour is seen for other values too for the initial step change transition.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.