This is my solution to the Tenzies project on Scrimba.
- Components, Props
- useState, useEffect
- Event Listeners, Conditional Rendering, Class toggling, Animations
- CSS Variables, Flexbox, Grid
- The player needs to roll dice until they are all the same.
- Clicking on a dice, freezes it at its current value between rolls.
- React
- Javascript
- SCSS
- HTML
Refer to https://nodejs.org/en/ to install nodejs
Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app
npm install -g create-react-app
Clone the project
git clone https://github.com/Sa-YoorHeadley/tenzies.git
Go to the project directory
cd tenzies
Install all the npm packages.
npm install
In order to run the application Type the following command
npm start
The Application Runs on localhost:3000