Kaushty / react-would-you-rather

Would You Rather is a React-Redux application, developed as a part of Udacity's React Nanodegree Program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would you Rather? React App

Project developed as a part of Udacity's React Nanodegree Program

This project was bootstrapped with Create React App.

Table of Contents

Overview

'Would You Rather?' is a web application built using React and Redux. It is a web implementation of the would you rather game.
In this application users are allowed to ask new questions, answer questions posted by other users and can compete with other users on the Leaderboard.

Available Scripts

To get started with the project- In the project directory, you can run:

npm install

This would install all the dependencies required for the application to run on your machine.

npm start

After installing the dependencies you can launch the web app using this command.
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.

Built using

  • react
  • react-dom
  • redux
  • react-redux
  • react-router-dom
  • redux-thunk
  • react-redux-loading
  • create-react-app

Author

Kaushik M. Shetty

About

Would You Rather is a React-Redux application, developed as a part of Udacity's React Nanodegree Program.


Languages

Language:JavaScript 78.5%Language:CSS 17.6%Language:HTML 3.9%