File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Rick and Morty Memory Card Game — Class-Based React Architecture, Animated UI, Testing and CI CD integrated
1+ # Rick and Morty Memory Card Game — Class-Based React Architecture, Animated UI, Testing & CI CD integrated
22
33<div align =" center " >
44
@@ -252,7 +252,7 @@ Each component has its own `.module.css` file:
252252## Project Structure
253253
254254```
255- rick-and- morty-card -game-react/
255+ rick-morty-game-react/
256256├── .github/
257257│ └── workflows/
258258│ └── ci.yml # GitHub Actions CI/CD pipeline
@@ -406,9 +406,13 @@ rick-and-morty-card-game-react/
406406### Quick Start
407407
408408``` bash
409- # Clone the repository
410- git clone https://github.com/umarSiddique010/rick-and-morty-card-game.git
411- cd rick-and-morty-card-game
409+ Using SSH:
410+ git clone git@github.com:umarSiddique010/rick-morty-game-react.git
411+
412+ Or using HTTPS:
413+ git clone https://github.com/umarSiddique010/rick-morty-game-react.git
414+
415+ cd rick-morty-game-react
412416
413417# Install dependencies
414418npm install --legacy-peer-deps
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import ReactDOM from 'react-dom/client' ;
33import './index.css' ;
4- import App from './App' ;
4+ import App from './App.js ' ;
55import reportWebVitals from './reportWebVitals' ;
66
77const root = ReactDOM . createRoot ( document . getElementById ( 'root' ) ) ;
You can’t perform that action at this time.
0 commit comments