GithubHelp home page GithubHelp logo

skaul05 / rent-receipt-generator Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 3.0 243 KB

React App for generating Rent Receipts

Home Page: https://rent-receipt-generator.vercel.app/

License: GNU General Public License v3.0

HTML 19.02% JavaScript 80.98%
rent bootstrap reactapplication git reactjs hra rentals

rent-receipt-generator's Introduction

Rent Receipt Generator

GitHub license GitHub code size in bytes

A React App to generate rent receipts online

Form

This project was bootstrapped with Create React App.

Click here for live demo.

How to run?

  • Clone the repository : git clone https://github.com/SKAUL05/rent-receipt-generator/

  • Run yarn install

  • Run npm run start

  • Open browser and go to http://localhost:8080/

Contributing

GitHub issues GitHub pull requests

1. Fork this repository. Click on the symbol at the top right corner.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/rent-receipt-generator

3. Navigate to the project directory.

cd receipt-generator

4. Create a new branch.

git checkout -b <your_branch_name>

5. Make changes in source code.

6. Stage your changes and commit

#Add changes to Index
git add .

#Commit to the local repo
git commit -m "<your_commit_message>"

CAUTION: Synch up your local repo with original repo (Upstream) before pushing your commits. This avoids unnecessary conflicts during the merge.

NOTE: You can do so by adding a remote handler reference to the original repo and pull the changes from the respective branch. Resolve the merge-conflicts if any.

#Add upstream repo
git remote add upstream https://github.com/SKAUL05/rent-receipt-generator.git

#Disable accidental push to the upstream
git remote set-url --push upstream DISABLE

#List the remote repo and fetch references
git remote -v && git fetch upstream

#Check for any new commits in the upstream branch
git log HEAD..upstream/master #No output indicates, upstream has not moved ahead

#See the patch difference between local and upstream branch
git diff -p HEAD..upstream/master

CAUTION: If the upstream has moved ahead, rebase your commit and resolve conflicts if any. [Skip otherwise]

git rebase upstream/master

7. Push your local commits to the remote repo.

git push -u origin <your_branch_name>

8. Create a PR !

9. Congratulations! Sit and relax, you've made your contribution to Rent Receipt Generator project.

More about HRA

Click here to know more in detail about HRA

Thanks!

Glad to see here! Show some love by starring this repository.

Sarath Kaul

rent-receipt-generator's People

Contributors

skaul05 avatar

Watchers

 avatar  avatar

rent-receipt-generator's Issues

Rented Receipt Month change

Rent is usually paid for the due month, Which means the payment month would be following month of the rented period. If a person is renting a property for the month of April the payment reciept should be for the month of May.

If you look at this website It has this feature

But I see the payment month and rented month are same here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.