A Calculator that takes in assets, cash and liabilities and calculates how much a user is worth
User Registration
User Login
Input Assets
Input Cash
Input Liability
HEAD Application Calculates the total net worth of the user at that point in time.
This application calculates your total networth at that any point in time, issues you a certificate and gives you tips and information on how to increase your networth.
3c51fb45795557cfb21271df35aac742ba0ebca6
- You need a server, download Wamp or Xampp
- Clone this repository into
htdocs
ofwww
folder in your respective servers. - If you have not been added to the organization, kindly work in your forked repository and open a pull request here
- Fork the repository and push to your
staging branch
- Merge to your
master
and compare forks with the original repository - Open a Pull Request.
- Read this or watch this for more help
git clone https://github.com/hngi/deimos-net-worth-web-app.git
cd deimos-net-worth-web-app
cp .env.example .env
php -S localhost:8000
Visit localhost:8000 in your browser