{"id":19085577,"url":"https://github.com/theritikchoure/pollsage","last_synced_at":"2026-01-12T07:28:10.448Z","repository":{"id":182016178,"uuid":"667089619","full_name":"theritikchoure/pollsage","owner":"theritikchoure","description":"PollSage is a web application that allows users to create and participate in polls. It provides a platform for users to gather opinions and make data-driven decisions.","archived":false,"fork":false,"pushed_at":"2024-07-28T14:49:40.000Z","size":2033,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T11:47:04.927Z","etag":null,"topics":["hacktoberfest","hacktoberfest-accepted","hacktoberfest2023","hacktoberfest2024","mongodb","nodejs","online-poll","poll-application","poll-maker","reactjs"],"latest_commit_sha":null,"homepage":"https://theritikchoure.github.io/pollsage/","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/theritikchoure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-07-16T15:52:08.000Z","updated_at":"2024-11-07T07:07:35.000Z","dependencies_parsed_at":"2023-12-30T13:46:59.155Z","dependency_job_id":null,"html_url":"https://github.com/theritikchoure/pollsage","commit_stats":null,"previous_names":["theritikchoure/pollsage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theritikchoure/pollsage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theritikchoure%2Fpollsage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theritikchoure%2Fpollsage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theritikchoure%2Fpollsage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theritikchoure%2Fpollsage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theritikchoure","download_url":"https://codeload.github.com/theritikchoure/pollsage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theritikchoure%2Fpollsage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["hacktoberfest","hacktoberfest-accepted","hacktoberfest2023","hacktoberfest2024","mongodb","nodejs","online-poll","poll-application","poll-maker","reactjs"],"created_at":"2024-11-09T02:56:38.910Z","updated_at":"2026-01-12T07:28:10.427Z","avatar_url":"https://github.com/theritikchoure.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cimg width=\"100\" src=\"./quiz-react/public/logo.png\" alt=\"PollSage\"\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\u003c/h1\u003e\n\n# PollSage\n\nPollSage is a web application that allows users to create and participate in polls. It provides a platform for users to gather opinions and make data-driven decisions.\n\n## Features\n\n- **User Registration and Authentication:** Users can create an account and log in to access the PollSage application. Passwords are securely hashed and stored in the database.\n- **Create Polls:** Users can create polls by specifying the question and answer options. They can customize various settings for the poll, such as allowing multiple selections and setting an expiration date.\n- **Vote on Polls:** Users can participate in polls by selecting their preferred answer option(s). They can choose a single option or multiple options based on the poll's configuration.\n- **View Poll Results:** Users can view the results of a poll, including the number and percentage of votes for each option. The results are displayed in a visually appealing chart format.\n- **Comment Sections:** Participants can provide additional feedback and comments on polls. They can express their thoughts, share insights, or ask questions related to the poll.\n\n- **Draft Saving:** Users can save their polls as drafts and continue editing them later. This feature allows users to work on complex or time-consuming polls without losing progress.\n- **Poll Expiration:** Poll creators can set a start and end date for their polls. This feature ensures that the poll is active and accepting votes only within the specified timeframe.\n- **Poll Visibility:** Poll creators can choose to make their polls public or limit access to specific participants. They have the option to share the poll publicly or restrict it to a select group of individuals.\n- **Password Protection:** Poll creators can add password protection to their polls. This feature ensures that only users with the correct password can participate in the poll.\n- **Share Polls:** Users can easily share polls with others through social media or direct links. Sharing options include popular platforms like Facebook, Twitter, and email.\n- **Poll Analytics:** The application provides detailed analytics and insights on poll participation and results. Creators can analyze voting patterns, demographics, and trends to gain valuable insights.\n\n## Technologies Used\n\n- **Back-end:** Node.js, Express.js\n- **Front-end:** React.js, HTML, CSS, JavaScript\n- **Database:** MongoDB (NoSQL)\n- **Authentication:** JWT (JSON Web Tokens)\n- **Other Libraries and Tools:** Axios, React Router, Chart.js, Socket.io, bcrypt (for password hashing), etc.\n\n## Contribution\n\nThis project is open to contributions from anyone. If you would like to contribute, please follow the steps below:\n\n1. Fork the repository\n2. Clone the repository to your local machine\n3. Create a new branch\n4. Make your changes\n5. Commit and push your changes to the remote repository\n6. Create a pull request\n\n## Installation\n\nTo run the application locally, you must have Docker installed on your machine. You can download Docker from [here](https://www.docker.com/).\n\n#### 1. Clone the Repository\n\nClone the repository from GitHub to your local machine.\n\n```\ngit clone https://github.com/your-username/pollsage.git\ncd pollsage\n```\n\n#### 2. Docker Compose Setup\n\nMake sure you have Docker and Docker Compose installed on your system.\n\n#### 3. Build and Run\n\nUse Docker Compose to build and run the containers:\n\n```\ndocker-compose up --build\n```\n\nThis command will build the images and start the containers for MongoDB, Redis, Backend, and Frontend.\n\n## Screenshots\n\n![Home Page](./docs/screenshots/home.png)\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/theritikchoure/pollsage/blob/main/LICENSE)\n\n## Contact\n\nIf you have any questions or suggestions, please feel free to contact me at [ritvikchoure65@gmail.com](mailto:ritvikchoure65@gmail.com)\n\n## Acknowledgements\n\n- [React.js](https://reactjs.org/)\n- [Node.js](https://nodejs.org/en/)\n- [Express.js](https://expressjs.com/)\n- [MongoDB](https://www.mongodb.com/)\n- [JWT](https://jwt.io/)\n- [Axios](https://axios-http.com/)\n- [React Router](https://reactrouter.com/)\n\n## Authors\n\n- [Ritik Chourasiya](https://github.com/theritikchoure)\n\n## Support\n\nIf you like this project, please consider giving it a ⭐.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheritikchoure%2Fpollsage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheritikchoure%2Fpollsage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheritikchoure%2Fpollsage/lists"}