Skip to content

learnetto/calreact-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calreact-frontend

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.

Links to code branches

The code for specific modules and lessons are on separate branches as listed below:

Module 09 Using React with a Rails API

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

Module 10 Testing React

Lesson 1 - Testing with Jest

Lesson 2 - Testing with Enzyme

Lesson 3 - Snapshot Testing

Lesson 4 - Testing Forms

Module 11 Styling and animations

Lesson 1 - Using Bootstrap with React

Lesson 2 - CSS Animations and Transitions