Skip to content

joshycube/shift-finder-react-redux-ts

Repository files navigation

Shift finder

This is a demonstration of an API consumed by a React application. Tested by Cypress.

How to run this project to try it out?

Prerequisites

  • docker
  • docker-compose

Steps

  • sh demo.sh
  • open http://localhost:8080 in your browser

How to run e2e tests on this project?

Prerequisites

  • node 12
  • npm or yarn
  • cypress

Steps

  • run yarn
  • run yarn start
  • run yarn run cypress:open
  • pick a test and run it

How to develop this project further?

Prerequisites

  • node 12
  • npm or yarn

Steps

  • run yarn
  • run yarn start
  • open http://localhost:3000 in your browser to use the app

Potential improvements

  • better UI
  • better TS e.g return types
  • can work with Sagas if a more complex scenario demands it

About

Consuming an API contains shifts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published