rdavid1099 / idReactBox

Brushing up on React, Enzyme and Async/Await

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IdReactBox

This project was bootstrapped with Create React App. All functionality with create-react-app is baked in to the cake.

A simple CRUD application built out using React and Rails API backend. To simplify the process, the Rails API is embedded in the project and run on a separate server. This allows the simulation of hitting an external API to practice async/ await patterns and the ability to slow down or speed up the response time.

Installation

Since this is essentially two applications in the same directory, a simple bash script handles the installation of both projects.

  1. Clone down the project
  2. Go into the directory idReactBox
  3. Run ./install.bash - This will install all of the Ruby and JavaScript dependencies
  4. Start both servers using yarn start

About

Brushing up on React, Enzyme and Async/Await


Languages

Language:Ruby 61.7%Language:JavaScript 32.2%Language:HTML 4.2%Language:CSS 1.7%Language:Shell 0.2%