Skip to content

Commit

Permalink
Added preview picture to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnzUK authored May 19, 2020
1 parent 7757df2 commit 44ebd72
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
This is a simple responsive math calculator built using react js
![Preview of light theme](https://github.com/ibnzUK/ReactCalc/blob/master/calcLight.png)

This is a simple responsive math calculator built using react js with dark or light theme

## Community codders, please commit

Expand All @@ -12,5 +14,5 @@ Feel free to add extra functions or improvements, This helps me to more familiar
* copy project to your directory ( git clone https://github.com/ibnzUK/ReactCalc.git )
* navigate to _ReactCalc_ project directory
* make sure you have node.js installed on your machine
* npm install
npm run start
* install project packages (npm install)
* start project (npm run start)

0 comments on commit 44ebd72

Please sign in to comment.