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.
npm install
(or yarn install
)
npm start
(or yarn start
)
Go to http://localhost:8080
npm test