/react-nd-would-you-rather

The Would you Rather project submission as react Nanodegree's second project

Primary LanguageJavaScript

This project is built for a submission to the Udacity React Nanodegree.

Running the Frontend server

  • Run yarn
  • Run yarn start
  • Browse the project on localhost:3000

Running the Backend server

There is no backend server for this application. There's a dummy API file named _DATA.js that acts like a mock server.