/water-usage-react

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Water usage react

A simple react app that displays news regarding the Earth's water, water usage by country and a quiz.
This was crearted for the course Agile software project management - DIT257

Demo

Endor preview

Running our project

Dependencies

  1. Install nodejs
  2. install yarn
  3. Navigate to app/ inside the repo
  4. yarn upgrade
  5. (for production build) npm i -g serve

Testing (Inside of app/)

yarn test --env jest-environment-jsdom-sixteen

Running (Inside of app/)

Development build

yarn start

Production build

  1. yarn build
  2. serve -s build -l [port]