{"id":18964288,"url":"https://github.com/lorransutter/letmeask","last_synced_at":"2026-04-09T08:41:01.598Z","repository":{"id":114624540,"uuid":"379054977","full_name":"LorranSutter/Letmeask","owner":"LorranSutter","description":"Web app to help streamers answer questions","archived":false,"fork":false,"pushed_at":"2021-06-27T00:03:33.000Z","size":491,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-01T05:30:07.397Z","etag":null,"topics":["firebase","react","reactjs","sass","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/LorranSutter.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":"2021-06-21T20:28:56.000Z","updated_at":"2021-06-27T00:05:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"6161935d-f04d-4ca9-9607-0ce3e70f7448","html_url":"https://github.com/LorranSutter/Letmeask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorranSutter%2FLetmeask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorranSutter%2FLetmeask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorranSutter%2FLetmeask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorranSutter%2FLetmeask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LorranSutter","download_url":"https://codeload.github.com/LorranSutter/Letmeask/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239959950,"owners_count":19725221,"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":["firebase","react","reactjs","sass","typescript"],"created_at":"2024-11-08T14:23:36.817Z","updated_at":"2026-04-02T20:30:15.654Z","avatar_url":"https://github.com/LorranSutter.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\n\u003cimg src=\"https://res.cloudinary.com/lorransutter/image/upload/v1624751380/Let_me_ask/Logo.svg\" alt=\"Letmeask logo\"/\u003e\n\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#scroll-features\"\u003eFeatures\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#runner-how-to-run\"\u003eHow to run\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#book-resources-and-technologies-computer\"\u003eResources and technologies\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cp\u003e\nProject provided by \u003ca href=\"https://rocketseat.com.br/\"\u003eRocket Seat\u003c/a\u003e to learn frontend development employing \u003ca href=\"https://reactjs.org/\"\u003eReactJS\u003c/a\u003e and \u003ca href=\"https://firebase.google.com/\"\u003eFirebase\u003c/a\u003e.\n\u003c/p\u003e\n\n\u003cimg src=\"https://res.cloudinary.com/lorransutter/image/upload/v1624749570/Let_me_ask/Let_me_ask.gif\" alt=\"Site preview\" height=\"300\"/\u003e\n\n\u003c/div\u003e\n\n## :scroll: Features\n\nThis project aims to create a web application to help live streamers to answer audience's questions.\n\nA view can:\n\n- Login with google account\n- Join existing rooms through room id\n- Ask a new question\n- Like and unlike asked questions in the list\n\nA room admin can:\n\n- Login with google account\n- Create a new room\n- Highlight asked question\n- Mark question as answered\n- Delete question\n- Close room\n\n## :runner: How to run\n\nOpen your terminal in the folder you want to clone the project\n\n```sh\n# Clone this repo\ngit clone https://github.com/LorranSutter/Letmeask.git\n\n# Go to the project\ncd Letmeask\n\n# Install dependencies\nyarn\n```\n\nCreate a `.env` or `.env.local` file in the root following the template in `.env.example`. All this information can be found in your account at [firebase console](https://console.firebase.google.com/)\n\n```sh\nREACT_APP_API_KEY=\"\"\nREACT_APP_AUTH_DOMAIN=\"\"\nREACT_APP_DATABASE_URL=\"\"\nREACT_APP_PROJECT_ID=\"\"\nREACT_APP_STORAGE_BUCKET=\"\"\nREACT_APP_MESSAGING_SENDER_ID=\"\"\nREACT_APP_APP_ID=\"\"\n```\n\nRun the project\n\n```sh\n# Run the project\nyarn start\n```\n\n## :book: Resources and technologies :computer:\n\n- [Typescript](https://www.typescriptlang.org/) - superset of JS programming language static typed\n- [Node.js](https://nodejs.org/en/) - executes JS scripts in server side\n- [Firebase](https://firebase.google.com/) - backend as a service provider\n- [Sass](https://sass-lang.com/documentation/syntax) - CSS pre-processor with syntax advancements\n- [ReactJS](https://reactjs.org/) - frontend library\n- [React router dom](https://www.npmjs.com/package/react-router-dom) - routing and navigation for react apps\n- [Class names](https://www.npmjs.com/package/classnames) - conditionally join classNames together","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florransutter%2Fletmeask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florransutter%2Fletmeask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florransutter%2Fletmeask/lists"}