forked from johnuberbacher/invoice-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6920a88
commit 6029adf
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
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,26 @@ | ||
# Invoice Generator - React App | ||
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) | ||
|
||
<img src="https://i.imgur.com/155gYTq.png" style="max-width: 100px; width: 100%; height: auto;"> | ||
|
||
### Installation | ||
|
||
``` | ||
git clone https://github.com/johnuberbacher/invoice-generator | ||
npm install | ||
npm start | ||
``` | ||
|
||
### To-Do | ||
- [ ] Finish parsing data into Preview Modal | ||
|
||
- [ ] Currency Picker/Exchange Rates | ||
|
||
- [ ] Calculate Tax based on currency | ||
|
||
|
||
### Meta | ||
|
||
John Uberbacher – [johnuberbacher.com](https://johnuberbacher.com) |