Park Management UI

This repository contains the user interface of our project: Park Management

The deployment link is here

Running the app

  • with npm
# development
$ npm start
  • with yarn
# development
$ yarn start

Test

  • with npm
$ npm test
  • with yarn
$ yarn test