Skip to content

osamamaruf/reactnd-project-would-you-rather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Woutld you Rather Project

This project has been made for evaluation in the React Fundamentals course. The project is a game in which the user can:

  1. Answer questions in either or fashion
  2. Ask questions himself/herself
  3. View their standing agains other players

Additionaly the user can also view the details of each conducted poll.

TL;DR

  • Would you rather game
  • Ask questions ; Answer them
  • Use npm install and npm start to view
  • Project has been bootstrapped with Create React App

Installation

  • project dependencies can be installed with npm install
  • to start the development server run npm start

Backend Server

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)

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

About

Would you rather game created using react and redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published