{"id":20690570,"url":"https://github.com/notmyself/reactnorris","last_synced_at":"2026-05-07T17:34:18.027Z","repository":{"id":138909035,"uuid":"120777536","full_name":"NotMyself/ReactNorris","owner":"NotMyself","description":"A Sample Application for the SSDUG Front End Face Off","archived":false,"fork":false,"pushed_at":"2018-02-08T17:13:21.000Z","size":416,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-15T20:09:52.154Z","etag":null,"topics":["create-react-app","react","react-router-dom","reactstrap"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotMyself.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-08T15:14:05.000Z","updated_at":"2018-02-08T17:19:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"a10f6296-ef3e-4b77-a672-0a6d7c67e071","html_url":"https://github.com/NotMyself/ReactNorris","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotMyself/ReactNorris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotMyself%2FReactNorris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotMyself%2FReactNorris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotMyself%2FReactNorris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotMyself%2FReactNorris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotMyself","download_url":"https://codeload.github.com/NotMyself/ReactNorris/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotMyself%2FReactNorris/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32748754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["create-react-app","react","react-router-dom","reactstrap"],"created_at":"2024-11-16T23:13:36.650Z","updated_at":"2026-05-07T17:34:18.022Z","avatar_url":"https://github.com/NotMyself.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReactNorris [![Join us](https://webtasks.iamnotmyself.com/notmyself/ssdug-slackin/badge.svg)](https://webtasks.iamnotmyself.com/notmyself/ssdug-slackin/)\n\n![ReactNorris](/docs/images/react-norris.jpg?raw=true \"ReactNorris\")\n\nA Sample Application for the [SSDUG](https://ssdug.org) [Front End Face Off](https://github.com/ssdug/FrontEndFaceOff).\n\n## Getting Started\n\n1. Install [Node v8.2.1 or Above](https://nodejs.org/en/).\n1. Install [Visual Studio Code](https://code.visualstudio.com/), the [Insiders Edition](https://code.visualstudio.com/insiders) is highly recommended.\n1. Clone the repository: `git clone https://github.com/NotMyself/ReactNorris.git`\n1. Change directory into the cloned repository `cd ReactNorris`.\n1. Restore packages: `npm install`.\n1. Open the directory in Visual Studio Code: `code .`.\n1. Open the integrated terminal: `ctrl ~`.\n1. Start the development server: `npm start`.\n\nA browser window should open and display the site.\n\n**Note:** You can also continuously run the unit tests by opening another terminal window and running the command `npm test`.\n\n## Requirements \u0026 Implementations\n\n1. The UI must be built on [Bootstrap 4.0](https://getbootstrap.com/).\n   * **ReactNorris uses [reactstrap](https://reactstrap.github.io/), a set of Bootstrap 4 based React components.**\n1. I must be able see the available [categories](https://api.chucknorris.io/jokes/categories) from https://api.chucknorris.io.\n   * **The home page features a Bootstrap based dropdown button. This button defaults to `Random`. The user can see the list of categories in the dropdown list.**\n1. I must be able to select an available [category](https://api.chucknorris.io/jokes/categories), and retrieve a Chuck Norris joke from the selected category.\n   * **The user can select any of the categories of Chuck Jokes from the dropdown list. Clicking the button will display a random joke from that category.**\n1. I want to make a [random joke](https://api.chucknorris.io/jokes/random) appear every so many (5?) seconds on the website.\n   * **The user can flip the toggle switch below the Joke Card to automatically refresh with a new random joke from the selected category every 5 seconds.**\n1. I want to be able to toggle the random joke train on/off with a [stylish switch](http://cdn.cssflow.com/snippets/simple-toggle-switch/preview-260.png). (Must use a 3rd party component)\n   * **Toggle switch makes this functionality happen. It uses [react-switch](https://github.com/yogaboll/react-switch) a third party React component.**\n1. I must be able to search jokes with [free text](https://api.chucknorris.io/jokes/search?query={query})\n   * **Click the `Search` menu item to view the search page. The user can enter text and click the search button. All results will be displayed.**\n1. I must be able to see an image of Chuck Norris or digital representation of Chuck Norris.\n   * **The Joke Card display shows the image associated with the joke from the api results. Sadly, the image does not appear to change.**\n\n## Demo\n\n[![ReactNorris](http://img.youtube.com/vi/Tm0Cg5u1Zjo/0.jpg)](http://www.youtube.com/watch?v=Tm0Cg5u1Zjo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotmyself%2Freactnorris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotmyself%2Freactnorris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotmyself%2Freactnorris/lists"}