one-fact-app/ ├── README.md ├── src/ │ └── App.jsx (paste the React code here) ├── package.json └── deployment-notes.txt
one-fact-app/
├── README.md
├── src/
│ └── App.jsx (paste the React code here)
├── package.json
└── deployment-notes.txt