This is a simple calendar appointments app built as part of the The Complete React on Rails Course on Learnetto.
This code repo contains a front-end React app built using Create React App and is designed to talk to a Ruby on Rails 5 API app.
The code for specific modules and lessons are on separate branches as listed below:
Lessons 1 and 2 - Setting up Create React App and porting components from Rails
Lesson 3 - API User authentication with devise_token_auth
Lesson 4 - Displaying session data and signing out
Lesson 2 - Testing with Enzyme