A budget App made by HTML,CSS,JavaScript
Calculate expanse of your month.
You can get your own fork/copy of budget by using the Fork button
You need to clone (download) it to local machine using
$ git clone https://github.com/Your_Username/budget.git
#This makes a local copy of repository in your machine.Once you have cloned the budget repository in Github, move to that folder first using change directory command on Linux, Windows and Mac.
$ cd budget
# This will change directory to a folder budgetOnce you have completed these steps, you are ready to start contributing by checking our CSoC Issues and creating pull requests.
Make the necessary changes in your code and push it to Github:octocat:
To add the changes to the branch. Use
$ git add .
# To add all files to branch Folder_NameType in a relevent message for the code reveiwer using
$ git commit -m 'relevant message'
# This message get associated with all files you have changedNow, Push your awesome work to your remote repository using
$ git push
# To push your work to your remote repositoryFinally, go to your repository in browser and you can see all of your updated code in your repo. Now click on compare and pull requests.
Then add a title and description to your pull request that explains your precious effort.
I would love to have new features in this project.
Please discuss it with me first before creating new-issue. :tada: :confetti_ball: :smiley: Happy Contributing π π π