Part 1 - GitHub UI
Scenario You recently got hired as a developer in a micro-finance startup with a mission to empower and provide opportunities to low income individuals. The core team currently uses Subversion (SVN) for managing code. They want to slowly move their code to Git. You are asked to host their sample code to calculate simple interest on GitHub in a new repository as the first step in this journey. You will not only host the script, but also follow best practices introduced in this course and create supporting documents for the open source project including code of conduct, and contributing guidelines. Additionally, the repository should be available to the community under the Apache License 2.0.
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
Input: p, principal amount t, time period in years r, annual rate of interest Output simple interest = ptr