DEV Community

Cover image for Beginners' free but exciting trip to ReactJS with CardGame!
ch
ch

Posted on

Beginners' free but exciting trip to ReactJS with CardGame!

Hello All Beginners!
I would like to introduce one of my Reactjs example projects here.
It has used React, Redux, and axios to communicate with Rails based backend.

1 Minute's demonstration video here.
https://drive.google.com/file/d/1ouZHTJv2J71HVZSfRgqFxvaXuVi5pvkO/view?usp=sharing

It was very difficult to implement small & simple logic game with plain #JavaScript, but now with #ReactJS, and it gives us great possibility to build anything we want.
But here it also requires great wisdom and knowledge to divide and modularize the project into components.
And one more important thing is to manage the status flow with the sequences of user's activity.
Please feel free to take a look at the source repository.
Then you will notice easily about components, and state management.

Top comments (0)