https://github.com/atk4/money-lending-tutorial
Money Lending App - Agile Toolkit Tutorial
https://github.com/atk4/money-lending-tutorial
agile atk4 money-lending-tutorial php
Last synced: 9 months ago
JSON representation
Money Lending App - Agile Toolkit Tutorial
- Host: GitHub
- URL: https://github.com/atk4/money-lending-tutorial
- Owner: atk4
- Created: 2017-04-28T21:27:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T01:10:38.000Z (about 9 years ago)
- Last Synced: 2025-04-20T12:43:45.810Z (about 1 year ago)
- Topics: agile, atk4, money-lending-tutorial, php
- Language: PHP
- Homepage: https://agiletoolkit.org/
- Size: 3.85 MB
- Stars: 7
- Watchers: 10
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
John and Kevin are friends. In time of need, John loaned $50 to Kevin. Kevin has promised to **pay back** in 1 month, he didn't. John and Kevin are no longer friends. Many of us have been there, done that.
*"I wish there would be an app for that!"* - says John.
I know!
**Let's build this application together!!**. And when we do, lets share it with others so they can also learn how to build web apps.
## This is actually a tutorial!
In this repository you will find a tutorial and an actual implementation for the problem described above. To show you progression in how the app was being created, we kept a git branch for each major milestone in the history of the application.
You are currently on a branch `master` which contains a version 0.1 of the application.
Live Application link: https://money-lending-tutorial.herokuapp.com
## What Next?
Clone this repository locally and start reading [Tutorial - Step 1](tutorial/en/step1.md). Follow all instructions carefully!
If you have never used [Agile Toolkit](http://agiletoolkit.org/) before, you should first complete the introduction section.
## [>> Tutorial - Step 1](tutorial/en/step1.md)
Footnotes:
- help us translate this tutorial into your language. Simply create PR and add translations for all tutorial steps.
- if you find any bugs, please open issue or PR.