Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.22 KB

File metadata and controls

55 lines (40 loc) · 1.22 KB

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