ghent-parkings

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.

Technologies

Language TypeScript
Framework React.js
Styling Bootstrap
Local State management React Hooks
Global State management MobX
Routing React Router

Setup

To get the project up and running. Insert these commands in the root of your project:

# Install all packages
yarn

Start

yarn dev

Build

yarn build