/react-chuck

Random Chuck Norris quip generator

Primary LanguageJavaScriptMIT LicenseMIT

Quip generator for Chuck Norris facts utilizing the chucknorris.io JSON API, built with React and Tachyons. Check out the webapp here.

About

Chuck Norris facts are satirical factoids about martial artist and actor Chuck Norris that have become an Internet phenomenon and as a result have become widespread in popular culture. The 'facts' are normally absurd hyperbolic claims about Norris' toughness, attitude, virility, sophistication, and masculinity. This app calls the chucknorris.io API on a refresh and returns a JSON response which is parsed and presented as a 'fact'. Another random fact is generated on interacting with the next button and so on.

Install

  1. Clone this repository
  2. cd into the folder and install dependencies with npm install
  3. npm start