Skip to content

A serverless app for editing users written with React, Redux, ES6 with an AWS back-end.

Notifications You must be signed in to change notification settings

toddmerrill/react-users

Repository files navigation

Welcome to my Users app!

Some people write To Do lists, I write master/detail apps with a list of users on the left, and an auto-saved input form on the right. See Demo

This one is a 'serverless' app implemented with React, Redux and ES6 on the front-end, with AWS API-Gateway and DynamoDB on the back-end.

For the AWS connection, I wrote a promise-based universal API available here.

See it in action:

npm install (or yarn install)

npm start (or yarn start)

Go to http://localhost:8080

Check out the Jest snapshot tests:

npm test

About

A serverless app for editing users written with React, Redux, ES6 with an AWS back-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published