Skip to content

Commit

Permalink
Fix badge in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hdescottes committed Dec 28, 2023
1 parent a1f6dbe commit 7b409a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stock market Dashboard
![build workflow](https://github.com/hdescottes/react-dashboard/actions/workflows/build.yml/badge.svg)
![build workflow](https://github.com/hdescottes/ReactDashboard/actions/workflows/build.yaml/badge.svg)

## Description
<p>This project is a stock market dashboard for my personal need.<br>
Expand All @@ -11,13 +11,12 @@ You can fetch new stocks with the corresponding symbol (https://marketstack.com/
SpringBoot server with hibernate as ORM and Postgresql as database (with docker)

#### App-ui
React application
React application<br>
Cypress end-to-end tests

-------
## Demo
<p style="text-align:center">
<img src="app-api/src/main/resources/demo/dashboard.png" width="509" height="226">
<img src="app-api/src/main/resources/demo/stock-info.png" width="509" height="226">
</p>
<p style="text-align:center">demo with the new DA (can't show it on a public repo)</p>
</p>

0 comments on commit 7b409a5

Please sign in to comment.