/xstate-todo

Todo-app built with React, xstate, and Back4App for the API

Primary LanguageJavaScript

XState Todo App

Todo app built with Matchbox, XState, React, and Back4App (Parse a service).

Development

  1. Create an .env.local file with valid entries for the following variables. Values are secrets made available relevant to the Back4App API:
REACT_APP_APPLICATION_ID='<back4app-application-id-goes-here>'
REACT_APP_JAVASCRIPT_API_KEY='<back4app-javascript-api-key-goes-here>'
  1. Run yarn install
  2. Run yarn start