{"id":20740666,"url":"https://github.com/kelset/reactriot2017-overlooper","last_synced_at":"2026-05-01T22:34:00.860Z","repository":{"id":109437604,"uuid":"95263511","full_name":"kelset/reactriot2017-overlooper","owner":"kelset","description":"Small project created during React Riot","archived":false,"fork":false,"pushed_at":"2017-06-25T21:48:42.000Z","size":796,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-26T10:47:01.670Z","etag":null,"topics":["graphql","hackathon","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kelset.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-06-23T23:31:37.000Z","updated_at":"2017-06-30T14:35:18.000Z","dependencies_parsed_at":"2023-03-23T04:34:53.550Z","dependency_job_id":null,"html_url":"https://github.com/kelset/reactriot2017-overlooper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kelset/reactriot2017-overlooper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelset%2Freactriot2017-overlooper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelset%2Freactriot2017-overlooper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelset%2Freactriot2017-overlooper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelset%2Freactriot2017-overlooper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kelset","download_url":"https://codeload.github.com/kelset/reactriot2017-overlooper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelset%2Freactriot2017-overlooper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["graphql","hackathon","react"],"created_at":"2024-11-17T06:29:32.538Z","updated_at":"2026-05-01T22:34:00.844Z","avatar_url":"https://github.com/kelset.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReactRiot 2017\n\n## Team Overlooper\n\nYours truly [@kelset](https://twitter.com/Kelset) and [@erdogmusergun](https://twitter.com/erdogmusergun) are going to delight you all with their amazing coding skills for the next 48 hrs 🤖\n\n## Our purpose\n\nWe pursuit 3 main objectives during this hackathon:\n\n1. Having fun 🕺\n\n1. Learning something new 🤓\n\n1. Creating some awesome stuff with ⚛️\n\n## The actual project\n\nThe current base idea is a \"help people find people for share common interest to participate together to an event\" sort of website.\n\nTo get an overall understanding, we are currently sort-of using/trying to use:\n\n* [`create-react-app`](https://github.com/facebookincubator/create-react-app) to bootstrap the development 🚀\n* [`react-apollo`](https://github.com/apollographql/react-apollo) to communicate with the [`Graphcool`](https://www.graph.cool/) backend 📡\n* [`react-modal`](https://github.com/reactjs/react-modal) to add some sweet modals to our site 👻\n* [`react-router`](https://github.com/ReactTraining/react-router) to navigate between pages 🛥\n* [`react-helmet`](https://github.com/nfl/react-helmet) to easily modify the header ⛑\n* [`styled-components`](https://github.com/styled-components/styled-components) to add a consistent UI across the app 💅\n\nAnd, on the backend, we will probably add this integration:\n\n* [`Auth0`](https://www.graph.cool/docs/reference/integrations/auth0-naed3eecie/)\n\n## How-Tos\n\n### `npm start` or `yarn start`\n\nRuns the app in development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\nYou will see the build errors and lint warnings in the console.\n\n\u003cimg src='https://camo.githubusercontent.com/41678b3254cf583d3186c365528553c7ada53c6e/687474703a2f2f692e696d6775722e636f6d2f466e4c566677362e706e67' width='600' alt='Build errors'\u003e\n\n### `npm test` or `yarn test`\n\nRuns the test watcher in an interactive mode.\u003cbr\u003e\nBy default, runs tests related to files changed since the last commit.\n\n[Read more about testing.](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#running-tests)\n\n### `npm run build` or `yarn build`\n\nBuilds the app for production to the `build` folder.\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\nBy default, it also [includes a service worker](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app) so that your app loads from local cache on future visits.\n\nYour app is ready to be deployed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelset%2Freactriot2017-overlooper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelset%2Freactriot2017-overlooper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelset%2Freactriot2017-overlooper/lists"}