## Forking the Repository
1. **Fork the Repository:**
- Go to the GitHub repository you want to fork.
- Click the "Fork" button in the upper right corner.
2. **Clone Your Forked Repository:**
```bash
git clone https://github.com/your-username/original-repo.git
cd original-repo
-
Navigate to the React App Directory:
cd path/to/your/react-app
-
Install Dependencies:
npm install --force
-
Start the Development Server:
npm start