A lightweight React + Vite app for scanning text content against Brainly banned words.
- Detects banned words for Brainly Philippines (
PH) and Brainly United States (US) - Uses a JSON data source for banned word lists and symbol mappings
- Supports light/dark mode theme toggle
- Shows flagged words and quick results
src/Pages/BanChecker.jsx— main page and app logicsrc/components/ban-checker/— UI componentssrc/lib/banChecker.js— content analysis helpersrc/lib/bannedWords.json— banned words and symbol data
- Node.js 18+ recommended
- npm
npm installnpm run devThen open the local URL shown by Vite, for example:
http://localhost:5174/Ban-Checker/
npm run buildnpm run preview- Vite may choose an alternate port if
5173is already in use. - The app currently loads banned word data from
src/lib/bannedWords.json. - If you need to add or update banned words, edit the JSON arrays directly.