Company Poll Application for Udacity React Nanodegree
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Test to ensure that the UI components are displaying their expected data as well as verification that data being fetched by the actions are coming back correctly. All tests should pass, when you have finished running this command.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Poller is a final project application created for the React Nanodegree by Udacity. Company members can login to their account to create and answer polls as well as see their placement on the company leaderboard. Conveniently check out which polls you have completed and have not completed.
Select your company profile from the dropdown and enter your password and hit the login button to authenticate your access to use the company polling system. You must be logged be logged in to use the application, and you can logout of your profile by clicking the logout button in the top right corner.
In the dashboard you will be able to see all of the polls you have completed adn then ones that are still available to be completed. Polls will be ordered from newest to oldest, click the poll and provide your answer. Once you have answer a poll you will not be able to change you answer, but you will be able to see the results of the poll.
If you have an idea for a poll click the "Create a Poll" button in the navigation bar at the top and provide two options. When you are satisified with your options just hit submit poll and wait for other company members to cast their votes.
Check out the leaderboard that is found in the navigation bar at the top to see where you stand in the company when it comes to poll participation. Compete with other company members to climb to the top, and most importantly have fun.
This project was created by John Shof as a finaly project submission for the criteria required for the Udacity React Nanodegree as required in order to graduate from the program and earn a Nanodegree.