Before you begin, ensure you have the following installed: ./ ├── public/ # Static assets ├── src/ # Source code │ ├── components/ # React components │ ├── tests/ # Tests │ ├── App.tsx # Main ...