Styled Paper - Copy this React, Mui Component to your project
Make page for enter number to get random of the words from my dictionary and render the english word to screen.Finally check the answer. My dictionary example: [ { "_id": "66fa27e3c383ca2e8708f24b", "wordEn": "harvest", "wordVi": "thu hoạch", "frequecy": 0, "category": { "_id": "66fa27b6c383ca2e8708f241", "name": "Countryside", "createdAt": "2024 09 30T04:23:18.143Z", "updatedAt": "2024 09 30T04:23:18.143Z", "__v": 0 }, "createdAt": "2024 09 30T04:24:03.161Z", "updatedAt": "2024 09 30T04:24:03.161Z", "__v": 0 }, { "_id": "66fa2835c383ca2e8708f24e", "wordEn": "livestock", "wordVi": "gia súc", "frequecy": 0, "category": { "_id": "66fa27b6c383ca2e8708f241", "name": "Countryside", "createdAt": "2024 09 30T04:23:18.143Z", "updatedAt": "2024 09 30T04:23:18.143Z", "__v": 0 }, "createdAt": "2024 09 30T04:25:25.951Z", "updatedAt": "2024 09 30T04:25:25.951Z", "__v": 0 }, //.... ]
