A small web app that fetches data of public parkings from Ghent Open Data Portaal. It shows an overview and detail pages of public parkings.
Language | TypeScript |
Framework | React.js |
Styling | Bootstrap |
Local State management | React Hooks |
Global State management | MobX |
Routing | React Router |
To get the project up and running. Insert these commands in the root of your project:
# Install all packages
yarn
yarn dev
yarn build