https://github.com/eddmann/mince-pie-challenge-client
React Client, using `create-react-app`, Redux and Enzyme
https://github.com/eddmann/mince-pie-challenge-client
Last synced: 6 months ago
JSON representation
React Client, using `create-react-app`, Redux and Enzyme
- Host: GitHub
- URL: https://github.com/eddmann/mince-pie-challenge-client
- Owner: eddmann
- Created: 2018-01-08T21:33:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T18:55:15.000Z (over 8 years ago)
- Last Synced: 2025-01-23T03:26:45.564Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mince Pie Challenge Client
[](https://travis-ci.org/eddmann/mince-pie-challenge-client)
📝 [API](https://github.com/eddmann/mince-pie-challenge-api-serverless) - 🏗️ [Client Infrastructure](https://github.com/eddmann/mince-pie-challenge-client-terraform)
This client demonstrates the use of:
- [React](https://reactjs.org/) for presentational logic.
- [Redux](https://redux.js.org/) and [redux-thunk](https://github.com/gaearon/redux-thunk) for state management.
- [React Router](https://reacttraining.com/react-router/) is used to manage URL-based navigation transitions.
- The application is managed using [create-react-app](https://github.com/facebook/create-react-app).
- Containerising the dependencies using [Docker](https://www.docker.com/community-edition) and [Docker Compose](https://docs.docker.com/compose/).
- Authentication is supplied by the [Amazon Cognito Identity SDK](https://github.com/aws/amazon-cognito-identity-js).
- Testing is achieved using [Jest](https://facebook.github.io/jest/) and [Enzyme](http://airbnb.io/enzyme/).
- [Semantic UI](https://react.semantic-ui.com/) for component styling.
## Usage
You are able to easily interact with the Docker container using the provided `Makefile`.
```
$ make build
$ make test
$ make start
```
## Deployment
This client can be deployed on Amazon S3, with `www` redirection and CloudFront to manage asset caching and HTTPS connections.
You can access the [Terraform](https://www.terraform.io/) resource definitions to achieve this [here](https://github.com/eddmann/mince-pie-challenge-client-terraform).