dumbbellcode / Project-Budget-Web-app

A budget App project for Csoc, Mentor : Ankit Raj , Selected Mentees will act as interns

Repository from Github https://github.comdumbbellcode/Project-Budget-Web-appRepository from Github https://github.comdumbbellcode/Project-Budget-Web-app

Welcome to budget

A budget App made by HTML,CSS,JavaScript

Calculate expanse of your month.

Steps to follow πŸ“œ

1. Fork it 🍴

You can get your own fork/copy of budget by using the Fork button

2. Clone it πŸ‘₯

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 budget

3. Ready Steady Go... 🐒 πŸ‡

Once you have completed these steps, you are ready to start contributing by checking our CSoC Issues and creating pull requests.

4. Create a pull request ‼️

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_Name

Type in a relevent message for the code reveiwer using

$ git commit -m 'relevant message'
# This message get associated with all files you have changed

Now, Push your awesome work to your remote repository using

$ git push
# To push your work to your remote repository

Finally, 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.

Help Contributing Guides πŸ‘‘

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 πŸ˜ƒ 🎊 πŸŽ‰

About

A budget App project for Csoc, Mentor : Ankit Raj , Selected Mentees will act as interns


Languages

Language:JavaScript 57.0%Language:CSS 21.6%Language:HTML 21.5%