{"id":20358834,"url":"https://github.com/creativcoder/rio","last_synced_at":"2025-07-18T08:35:58.942Z","repository":{"id":86195566,"uuid":"65887099","full_name":"creativcoder/rio","owner":"creativcoder","description":"Rio is a react redux based Twitter client","archived":false,"fork":false,"pushed_at":"2016-10-29T17:09:24.000Z","size":765,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T17:53:12.792Z","etag":null,"topics":[],"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/creativcoder.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}},"created_at":"2016-08-17T07:46:06.000Z","updated_at":"2017-06-20T02:09:47.000Z","dependencies_parsed_at":"2023-03-13T07:45:59.260Z","dependency_job_id":null,"html_url":"https://github.com/creativcoder/rio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/creativcoder/rio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativcoder%2Frio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativcoder%2Frio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativcoder%2Frio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativcoder%2Frio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creativcoder","download_url":"https://codeload.github.com/creativcoder/rio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativcoder%2Frio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265728938,"owners_count":23818733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-14T23:29:04.466Z","updated_at":"2025-07-18T08:35:58.917Z","avatar_url":"https://github.com/creativcoder.png","language":"JavaScript","readme":"# Rio - Just another Twitter web client (as a SPA) based on React and Redux.\n\n![Rio splash](public/rio_readme.jpg)\n\n![Rio Screen](public/login.png)\n\n![Rio Screen](public/home.png)\n\n\nHow to Run (Development mode):\n\n```\n\ngit clone https://github.com/creativcoder/rio\n\nnpm install\n\nnpm start\n\n```\n\n\nFeatures: \n\n* Post Tweet\n* Retweet/UnRetweet\n* Like/Unlike Tweet\n* Auto Login\n* Profile View and user tweets\n\n\nOverview:\n\nAlthough Rio being a single page app, we do have two high level divsions here using `react-router`.\n\n+ Login Screen (Authenticate with twitter and get Oauth credentials)\n\n+ Dashboard Screen (Depicts the home screen of Rio, showing a tweetbox, list of tweets, a navbar, settings etc)\n\nand will consist of the following major ContainerComponents along with their PresentationalComponents (likely to extend as we develop further):\n```\n+ LoginComponent - Responsible for OAuth login and getting access tokens.\n\n+ RiolayoutComponent - Base container for all other components within the main home screen of Rio.\n   |--NavbarComponent - Navigation bar for searching tweets and logout.\n   |--TweetlistComponent - Shows list of tweets from users feed.\n   |--TweetboxComponent - To post a new tweet.\n   |--TweetComponent - Represents a single tweet, with buttons like (fav, retweet, reply, message)\n```\n\nRio's redux store basically consists of:\n\n```javascript\n\n{\n\tlogin: {\n\t\tauthenticated: {...} (auth object from OAuth.io)\n\t}\n\ttweets: [...] (Array of 20 tweets pulled from Twitter api)\n}\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativcoder%2Frio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativcoder%2Frio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativcoder%2Frio/lists"}