Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 941 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 941 Bytes

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