{"id":23899116,"url":"https://github.com/fif0o/poll-app","last_synced_at":"2026-05-01T21:33:31.694Z","repository":{"id":140926503,"uuid":"89272887","full_name":"FiF0o/poll-app","owner":"FiF0o","description":"📤 A poll app using firebase for the backend and React, material-ui as the front-end.","archived":false,"fork":false,"pushed_at":"2017-11-22T21:43:14.000Z","size":1177,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-20T07:58:27.230Z","etag":null,"topics":["firebase","javascript","nosql","react"],"latest_commit_sha":null,"homepage":"https://poll-app-67a23.firebaseapp.com/#/","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/FiF0o.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-04-24T18:19:00.000Z","updated_at":"2024-12-01T19:25:03.000Z","dependencies_parsed_at":"2023-07-03T01:35:05.249Z","dependency_job_id":null,"html_url":"https://github.com/FiF0o/poll-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FiF0o/poll-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiF0o%2Fpoll-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiF0o%2Fpoll-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiF0o%2Fpoll-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiF0o%2Fpoll-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FiF0o","download_url":"https://codeload.github.com/FiF0o/poll-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiF0o%2Fpoll-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32513700,"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":["firebase","javascript","nosql","react"],"created_at":"2025-01-04T18:16:00.066Z","updated_at":"2026-05-01T21:33:31.658Z","avatar_url":"https://github.com/FiF0o.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"The [po'poll](https://poll-app-67a23.firebaseapp.com/#/) app.\n\nThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).\n\nBelow you will find some information on how to perform common tasks.\u003cbr\u003e\nYou can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).\n\n\n## Folder Structure\n\nAfter creation, your project should look like this:\n\n```\nmy-app/\n  README.md\n  node_modules/\n  package.json\n  public/\n    index.html\n    favicon.ico\n  src/\n    App.css\n    App.js\n    App.test.js\n    index.css\n    index.js\n    logo.svg\n```\n\n\n## App Scaffolding\n\n```\n_App\n__Store\n____ConnectedRouter (Router)\n______Routes (container AppNav, Page(s)/Route(s))\n________Containers (wrapping Components and Redux lifecycle)\n```\n\nFor the project to build, **these files must exist with exact filenames**:\n\n* `public/index.html` is the page template;\n* `src/index.js` is the JavaScript entry point.\n\nYou can delete or rename the other files.\n\nYou may create subdirectories inside `src`. For faster rebuilds, only files inside `src` are processed by Webpack.\u003cbr\u003e\nYou need to **put any JS and CSS files inside `src`**, or Webpack won’t see them.\n\nOnly files inside `public` can be used from `public/index.html`.\u003cbr\u003e\nRead instructions below for using assets from JavaScript and HTML.\n\nYou can, however, create more top-level directories.\u003cbr\u003e\nThey will not be included in the production build so you can use them for things like documentation.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the 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 also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\nSee the section about [running tests](#running-tests) for more information.\n\n### `npm run 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\nYour app is ready to be deployed!\n\nSee the section about [deployment](#deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## The app\nThe Po'Poll app is based on material design principles and uses [material-ui](http://www.material-ui.com/#/) library.\n\nIt uses [firebase](https://firebase.google.com/) as a backend and is also deployed with it.\u003cbr\u003e\n\nLiving styleguide [Storybook](https://fif0o.github.io/poll-app/storybook-static).\n\n## Improvements\n- CI/CD\n- testing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffif0o%2Fpoll-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffif0o%2Fpoll-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffif0o%2Fpoll-app/lists"}