This is the second project submitted to Udacity React Nanodegree and this project focuses on advanced state management techniques using Redux in react.
- 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
- 🌟 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
- To Start with download node on your pc from its official site.
- Install the dependencies
npm install
- Run the app
npm start
- See live in your local machine here.
Here's a quick overview of my project and everything is based on Silicon Valley Theme
You can easily deploy your site using netlify and here are the steps