First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
npm run test
When a user types "/select", display a combo box with at least 5 options.
When a user types "/image" followed by a number (e.g., "/image 3"), display a placeholder image.
If we want an error for this app, we could type string instead a number.
"@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "tailwindcss": "^3.4.1", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest":