Would You Rather... is a polling game application built with React for Udacity's React Nanodegree Program - React & Redux.
Checkout this live demo of the Would You Rather... app. Once the simulator has launched, follow these instructions:
- Select any user.
- Select any question to answer.
- Answer the question and see the results.
- Use the navigation to go back to the dashboard, create a new poll or see who the leader is.
These instructions will get you a copy of the Would You Rather... application up and running on your local environment for development and testing purposes.
NODE AND NPM
You will need Node.js and npm on your local environment to download and run this application. Visit https://nodejs.org to learn the specifics on downloading, installing and running Node.js. npm is packaged with Node.js.
REACT
You will need ReactJS on your local environment to download and run this application. Visit https://reactjs.org/ to learn the specifics on downloading, intalling and running ReactJS.
YARN
It is recommended to use Yarn as the package manager for this project. Visit https://yarnpkg.com/en/ to learn the specifics on downloading, intalling and running Yarn.
Clone the project to your local environment
git clone https://github.com/edwdeapri/udacity-would-you-rather.git
Change to the directory where the project is living on your local environment
cd udacity-would-you-rather
Install dependencies with the package manager:
npm install
Start the application with the package manager:
npm start or yarn start
The Would You Rather... application should now be open and running on the default browser.
- ReactJS - A JavaScript Framework
For the versions available, see the tags on this repository.
- Edward Pritchard - Design / Development
This project is licensed under the MIT License - see the LICENSE file for details.
- Colen Wilson for troubleshooting and testing the application during development.