dhcodes / fcc-react-tests-module

In-browser testing prototype for React/Redux challenges

Home Page:http://hysterical-amusement.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Free Code Camp React/Redux Challenge Development#

###This app is an in-browser test module for developing the React/Redux challenges for the upcoming Free Code Camp Curriculum Expansion.###

See this project live here and try out the challenges now

We need help QA'ing these! See here to contribute

###Curriculum Overview:###

  • React: 50 Challenges
  • Redux: 18 Challenges
  • React-Redux: 10 Challenges

View CHALLENGE_MAP.md to see a detailed overview of all the challenge topics


To run this project locally, clone the repository, install the dependencies, and run npm start. Now you can view all the finished challenges live in the browser.

This project is running tests against React components, ES6 code, and plain JavaScript which users write directly into a browser code editor. To accomplish this we are using the Babel standalone package to transpile JavaScript and the testing library Enzyme to conduct tests. The tests we're writing for React components generally look like this:

assert.strictEqual(shallowRender.type(), 'div', 'The component renders a div element');

This project was bootstrapped with Create React App.

About

In-browser testing prototype for React/Redux challenges

http://hysterical-amusement.surge.sh/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 99.2%Language:CSS 0.6%Language:HTML 0.2%