/chuck-norris-says

Randomly fetches Chuck Norris Jokes

Primary LanguageTypeScript

Netlify Status

Chuck Norris Says

Randomly fetchs a Chuck Norris joke

Screenshots

screenshot

User stories

  1. When the app loads, it automatically grabs a joke.
  2. You can fetch a new quote by clicking on a button.
  3. You can post displayed quote to SNS.
    • Post to Tumblr.
    • Post to Twitter.
  4. You can optionally opt out to receive explicit content.

Todo list

  1. Add facebook share button.

Tech stack

  • react
  • scss
  • font-awesome
  • react-typing-animation

Running a local copy of the app

  • Clone the repo

    git clone https://github.com/shimphillip/chuck-norris-says.git
    cd chuck-norris-says
  • Install the dependencies

    yarn install

    or

    npm install
  • Start a development server

    yarn start

    or

    npm start
  • Build for production

    yarn build

    or

    npm run build

Credits