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 5f17647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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/StockMarketDashboard/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>
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = "react-dashboard"
rootProject.name = "StockMarketDashboard"
include("app-api", "app-ui")

0 comments on commit 5f17647

Please sign in to comment.