algokun / reactnd-project-would-you-rather

Would you rather is a conversation or party game built with React and Redux that poses a dilemma in the form of a question beginning with "would you rather"

Home Page:https://wouldyourather-react-nd.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would You Rather

This is the second project submitted to Udacity React Nanodegree and this project focuses on advanced state management techniques using Redux in react.

What i learnt?

  • Problems faced in basic state management
  • How Redux helps us in predictable state management
  • Redux Core Concepts
    • Store
    • Actions
    • Reducers
    • Dispatchers
  • Using React and Redux
  • Using Redux Middlewares
  • Dispatching Actions to update Store via Reducers
  • React Router along with Redux

Features

  • ๐ŸŒŸ Customized Styles using CSS
  • ๐Ÿ”ฅ Highly-Reactive UI
  • ๐Ÿ’ก Ready made components
  • ๐Ÿ—บ๏ธ Routing using React Router
  • โ™ป๏ธ State management using Redux
  • โ“ Answer a question
  • ๐Ÿ“Š Leaderboard to see scores
  • ๐Ÿ—’๏ธ Add a poll

Installation

  1. To Start with download node on your pc from its official site.
  2. Install the dependencies
    npm install
  1. Run the app
    npm start
  1. See live in your local machine here.

Screenshots

Here's a quick overview of my project and everything is based on Silicon Valley Theme

Deploy

You can easily deploy your site using netlify and here are the steps

About

Would you rather is a conversation or party game built with React and Redux that poses a dilemma in the form of a question beginning with "would you rather"

https://wouldyourather-react-nd.netlify.app/


Languages

Language:JavaScript 82.3%Language:CSS 12.8%Language:HTML 4.8%