OmarSayedMostafa / E-Manager

Used to calculate expenses for a single month using certain self-developed algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Project-E-Manager

  • This project aims to create a command line program for pocket money for students to spend in a particular month. The idea is to manage your expenses on a weekly basis instead of spending heavily in the first half and then living like a pauper in the second.
  • Allows the user to input a certain amount of money at the beginning of the month and then spend it according to a classification of three types of weeks (given by high-spending week, moderate-spending week and low-spending week) and spend the money without exceeding the limit as decided on each week.

##Installation

  • Fork this project to your GitHub account.
  • After forking, enter the following commands in your terminal.
$ git clone  https://github.com/user_name/E-Manager
$ cd E-Manager/src
$ g++ main.cpp
$ ./a.out

Next should be fairly simple to follow.

##Usage This is primarily built to use for day-to-day usage in student life. It is very helpful at a later stage of life as well though.

#Contributing

  • The repository is open to contribution from all interested developers. Kindly send us Pull Requests with explanation as to what changes you have done.
  • Also, you can write to us by opening an Issue and also solve a current issue if possible.
  • A detailed explanantion of how we came to building this software is maintained at the Wiki page.
  • This repository was created by @salman-bhai and @aditya

##License

##Versions Of the Application

v0.1

  • The program will have a memory life of only one month following which it will have to be reset by the user again.
  • Accounts can be added for a validity of a month and then at the end of the month the account will display the amount of money in the savings account of the applicant.

About

Used to calculate expenses for a single month using certain self-developed algorithms

License:Apache License 2.0


Languages

Language:C++ 100.0%