This project has been made for evaluation in the React Fundamentals course. The project is a game in which the user can:
- Answer questions in either or fashion
- Ask questions himself/herself
- View their standing agains other players
Additionaly the user can also view the details of each conducted poll.
- Would you rather game
- Ask questions ; Answer them
- Use
npm install
andnpm start
to view - Project has been bootstrapped with Create React App
- project dependencies can be installed with
npm install
- to start the development server run
npm start
The backend server mock file has been provided by Udacity. The provided file _DATA.js
methods used to interact with data . They are:
_getUsers()
_getQuestions()
_saveQuestion(question)
_saveQuestionAnswer(object)
An wrapper for initial data has been created in file [api.js
] (utils/api.js)
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.