Challenging game with Dino-mically rendered components
Clicking or tapping on a dinosaur starts counting how many dinosaurs have been selected. The game will shuffle the order of the dinosaurs after each click. The player must remember which dinosaurs have been selected as the game ends if they choose the same one twice. There are 16 total dinosaurs making the highest possible score 16.
Deployed to GitHub Pages
If you haven't already, install Node.js
This project was bootstrapped with Create React App
You can learn more in the Create React App documentation
To learn React, check out the React documentation
In the project directory, you can run:
npm start
- Runs the app in the development mode.npm run build
- Builds the app for production to thebuild
folder.npm run deploy
- Deploys app to github pages. Must change homepage to your in package.json
- Node.js - Execute JavaScript outside of the browser
- React.js - Component-based front-end framework
- Array Random - Randomize array items