A game where three cops try to capture a fugitive hiding in one of five cities. Each cop selects a city and a vehicle to investigate. The system determines if the fugitive is captured.
- Frontend: React
- Backend: Node.js (Express.js)
- Cloudinary for storing images
- Clone the repository.
- Install dependencies:
npm install
- Start the backend server:
npm start
- Start the frontend server:
npm start
- Open the frontend in a browser.
- Follow the prompts to select cities and vehicles for each cop.
- View the result to see if the fugitive was captured.
- Each cop must select a unique city.
- Vehicles must have enough range for a round trip.
- Unit tests are included.
- Responsive UI with a clean design.
- Ensure Node.js and npm are installed.
- Follow the installation steps above.
- Deploy the backend and frontend to the respective platforms.