Pokemon Guesser Game React Version
- Install REACT
- Create React project in the terminal: "npx create-react-app my-app" go to project directiory: "cd my-app" start the local server: "npm start"
- Replace index.js and index.css
- Add MyComponent.js file into the directiory
- Access http://localhost:3000/ in your browser to play the game.