Skip to content

anselmos/reactnd-project-would-you-rather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity React Nanodegree project "Would you rather."

The project uses react and redux for making a simple Would-you-rather questionnaire which contains:

  • adding new questions
  • voting
  • leaderboard ( for how many questions created and answered.)
  • hard-coded login setup (maybe updated to registration/login in future)

Live version of the app

https://anselmos.github.io/reactnd-project-would-you-rather/

Available scripts:

In the project directory, you can run:

yarn install

This runs yarn installer for any node requirements of project.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.