-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
# Conflicts: # .idea/vcs.xml
- Loading branch information
Showing
6 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Digital-Billing-System | ||
> Simple billing system with Material design UI | ||
## Introduction | ||
It is a completely customized billing system for practice purpose with SQLite3 Database in backend | ||
|
||
## Snapshot of the project | ||
|
||
![](ss1.PNG) | ||
|
||
![](ss2.PNG) | ||
|
||
![](ss3.PNG) | ||
|
||
## Contributing | ||
|
||
1. Fork [Digital Billing System](https://github.com/tauseefansari/Digital-Billing-System) | ||
2. Create your feature branch (`git checkout -b feature/fooBar`) | ||
3. Commit your changes (`git commit -am 'Add some fooBar'`) | ||
4. Push to the branch (`git push origin feature/fooBar`) | ||
5. Create a new Pull Request |