Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 835 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 835 Bytes

Rejection Game

This is my implementation of the rejection app for DevAnywhere.io and ericelliottjs.com.

Check out the app at https://rejectionapp.com.

Commands

Run the app locally:

yarn start

Run unit tests:

yarn test

Showcase

This app shows:

  • Unit tests with RITEway
  • Styling with Material-UI
  • Redux and Redux Saga
  • React Hooks
  • Social Login with Facebook to Cognito User Pools (through Amplify)
  • GraphQL AppSync API with DynamoDB (through Amplify)

Resources