Skip to content

Commit

Permalink
added the readme details
Browse files Browse the repository at this point in the history
  • Loading branch information
vasantisuthar committed May 8, 2022
1 parent 900c619 commit 3460e9c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/plays/quizeo/Readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# Quizeo
# Quizeo

Quizeo is a react fun project to play quiz around favourite movies and series, if you have watched.

## What you will learn
The app demonstrates
- the use of reusable components, shows you how to divide your react app into components
- use of react-redux
- use of react-redux with hooks
- use of react-router for routing
- use of reselect for better memoization and cache management
- use of ES6 features

The app starts with the routing page RouteDef and expanded into the components of the Quizeo App. The data of the questions and their answers are stored in the different file and added to the gitignore.

The app uses redux store to store the state and data of the app globally and is fetched with the help of selectors 'react-reselect' to implement memoization to the app. Also each component contains its own CSS for easy implementation of design.

Happy learning!

0 comments on commit 3460e9c

Please sign in to comment.