This a usefull Documentation on how to use setInterval correctly in React ; @learnbestcoding
Credit on this project goes to Bob Ziroll the instructor of the React course over the @Scrimba platform , for his Amazing course thus, I encourage everyone to take the course, it is for free and I guarantee you that you will gain massive knowledge about React especially for those who have just finished with Vanilla Javascript and willing to start learning React Library.
This Article contains a whole explanation of the steps to build the Dice Game and I recommend to read through before starting on building this project.
The Google Font used in this Project called Overlock SC and it looks a bit nicer and cooler I think and below is the link to it.
To be able to add the language switch option using React, I recommend to read this docummentation which explains in details the process to be able to switch between languages used in the App
To be able to use the sliding animation in React , install the package below with the following commands ;
==> npm install aos --save
A Hint on how to use Fontawesome Icons in React , in your Terminal run the following command;
==> npm install react-icons
==> go to the react icons library site @react-icons-library then import the Library you are willing to use in your Project
In case you got stuck on how to use react-icons , hier is a very usefull docu explaining in details how to use icons in react projects