/React-Exercise

The main goal of this exercise is to familiarize with the technology stack in the Interact Refresh project. To do so, you have to build a simple search form that will fetch players using a few filters.

Primary LanguageJavaScript

React Introductory Exercise

This project was bootstrapped with Create React App.

Features

Tests:

  • Unit test for React Component, testing what is being rendering, life cycle and inner methods using jest and enzyme.
  • unit test for Redux Objects: async actions, using jest and enzyme.

Installation

Install the dependencies and devDependencies and start the app.

$ git clone https://github.com/enzobrunii/React-Exercise.git
$ npm install
$ npm start

For running tests...

$ npm test