Skip to content

Commit 57bd76b

Browse files
authored
Update README.md
Added info about Tableau and cleaned up existing info on the README
1 parent 2a26c3d commit 57bd76b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div align="center">
44
<h1>Map Dashboard Web Application</h1>
55
<p>
6-
This repository houses the source code for the Map Visualization Dashboard web app project. It uses
6+
This repository houses the source code for the Map Dashboard data visualization web application project. It uses
77
<a href="https://vuejs.org/"><strong>Vue 3</strong></a>
88
and
99
<a href="https://vuetifyjs.com/en/"><strong>Vuetify</strong></a>.
@@ -38,8 +38,6 @@ pnpm dev
3838

3939
to start the development server. The app will run on port 8080 so make sure that is available on your local machine or you probably won't be able to access the app in your browser.
4040

41-
![Home Page](assets/images/home-page.png)
42-
4341
To exit the conainer, shut down the dev server with `ctrl + c` and you can just type `exit`.
4442

4543
To shut down the container, use
@@ -61,3 +59,7 @@ We use Vitest for testing, which has a hot reloading feature. This means you can
6159
```
6260
pnpm test
6361
```
62+
63+
## Important Links
64+
65+
This project currently uses Tableau to format geospatial input data. Tableau has an extensive library of [tutorials](https://www.tableau.com/resources) and [API documentation](https://www.tableau.com/developer/tools?category=19921).

0 commit comments

Comments
 (0)