Git Product home page Git Product logo

would-you-rather's Introduction

Would You Rather Project

This is the project of react-redux classes. In this app A user is asked a question in the form: “Would you rather [option A] or [option B] ?” and has to answer it choosing only one option.

How to run

npm install npm start

Project Structure

├── README.md - # This file.
├── package-lock.json #npm package manager file
├── package.json # npm package manager file.
└── src
├── actions # Actions for react-redux architecture
│   ├── authedUser.js
│   ├── questions.js
│   └── shared.js
│   └── users.js    
├── components
│   ├── LeaderBoard # Files used to set up the leaderboard environments
│   │   └── LeaderBoard.css
│   │   └── LeaderBoard.js
│   │   └── UserRank.css
│   │   └── UserRank.js
│   ├── Login # Files used to handle user login
│   │   └── Login.css
│   │   └── Login.js
│   ├── nav # Files used to handle navigation
│   │   └── Nav.css
│   │   └── Nav.js
│   ├── Pool # Files used to handle questions
│   │   └── NewPool.css
│   │   └── NewPool.js
│   │   └── Pool.css
│   │   └── Pool.js
│   │   └── PoolPage.js
│   │   └── PoolResult.css
│   │   └── PoolResult.js
│   │   └── PoolSneak.css
│   │   └── PoolSneak.js
│   ├── App.js # Main app
│   ├── Home.js # Home pagee
│   ├── Home.css # Home style
│   ├── PageNotFound.js # Page not found component
│   ├── TabPanel.js # Tab to handle home questions
├── middleware # Middleware for react-redux architecture
│   ├── index.js
│   ├── logger.js
│   ├── shared.js
├── reducers # Reducers for react-redux architecture
│   ├── authedUser.js
│   ├── index.js
│   ├── question.js
│   ├── users.js
├── utils # Files to help development process
│   ├── _Data.js
│   ├── api.js
│   ├── RouteGuard.js
└── index.js # It is used for DOM rendering only.

would-you-rather's People

Contributors

cdessana avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.