{"id":23882405,"url":"https://github.com/sujilnt/wouldyouratherproject","last_synced_at":"2026-04-09T21:02:38.026Z","repository":{"id":43594399,"uuid":"165101014","full_name":"sujilnt/wouldyouRatherProject","owner":"sujilnt","description":"Would you Rather project (A react-redux ) project","archived":false,"fork":false,"pushed_at":"2023-01-03T20:53:50.000Z","size":5693,"stargazers_count":1,"open_issues_count":22,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T02:54:12.206Z","etag":null,"topics":["css","react","react-redux","react-router","redux","redux-thunks"],"latest_commit_sha":null,"homepage":"https://sujilnt.github.io/wouldyouRatherProject/","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/sujilnt.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}},"created_at":"2019-01-10T17:18:42.000Z","updated_at":"2019-06-29T22:46:31.000Z","dependencies_parsed_at":"2023-02-01T10:02:10.397Z","dependency_job_id":null,"html_url":"https://github.com/sujilnt/wouldyouRatherProject","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/sujilnt%2FwouldyouRatherProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujilnt%2FwouldyouRatherProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujilnt%2FwouldyouRatherProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujilnt%2FwouldyouRatherProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sujilnt","download_url":"https://codeload.github.com/sujilnt/wouldyouRatherProject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240255488,"owners_count":19772627,"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":["css","react","react-redux","react-router","redux","redux-thunks"],"created_at":"2025-01-04T02:54:14.552Z","updated_at":"2026-04-09T21:02:33.004Z","avatar_url":"https://github.com/sujilnt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Would You Rather....?\nThis is the final assessment project for Udacity's React-Redux course, which is a part of the [React Nanodegree program](https://www.udacity.com/course/react-nanodegree--nd019). \n\nThis is a web app that lets a user play the “Would You Rather?” game. The game goes like this: \nA user is asked a question in the form: “Would you rather [option A] or [option B] ?”. Answering \"neither\" or \"both\" is against the rules.\n\nIn this app, users are able to ask and answer questions, see which questions they have/haven’t answered, see how other people have voted, and see the ranking of users on the leaderboard.\n\nOnce the user logs in, the user is able to toggle between his/her answered and unanswered polls on the home page. The polls in both categories are arranged from the most recently created (top) to the least recently created (bottom).\n\nUpon voting in a poll, all of the information of an answered poll is displayed. The user’s response is recorded and clearly visible on the poll details page. Users can only vote once per poll; they are not allowed to change their answer after they’ve voted. When the user comes back to the home page, the polling question appears in the “Answered” column.\n### How to use the application\n- A user can login by entering a valid username on the Login screen. All valid usernames can be found by pressing the `Help` button\n- Once logged in a user can use the navigation bar at the top left of the app to navigation between the `Questions` list, the `Leaderboard` and the `New Question` form. A user can also log out using the logout button in the top right of the navigation bar.\n- A user can see the details of a question (voting options for unanswered and voting results for answered) by clicking the `Details` link within each Question object.\n- A user can add a new question to the `Questions` list by using the `New Question` form. The text for both option one and option two of the desired question can be assigned in the text input and submitted to the list.\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Technologies used:\n\n* React\n* Redux\n* React Router\n* React semantic ui\n* React - avatar \n\n## Create React App\n\nThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find more information on how to perform common tasks [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).\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](https://facebook.github.io/create-react-app/docs/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](https://facebook.github.io/create-react-app/docs/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\nworking url of the project : https://sujilnt.github.io/wouldyouRatherProject/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsujilnt%2Fwouldyouratherproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsujilnt%2Fwouldyouratherproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsujilnt%2Fwouldyouratherproject/lists"}