This project is created for assessment in Udacity's React and Redux course in the React nanodegree. This is basically app in which user can create or answer polls with two options. User can see the Leaderboard. Answer cannot be changed once submitted.
- install all project dependencies with
yarn install
ornpm install
- start the development server with
yarn start
ornpm start
- Production build can be created using
yarn build
ornpm run build
Currently _DATA.js
file is used to simulate the backend part.