A BBC-themed Redactle clone where you guess the hidden article by revealing words one by one.
- Daily Article: A new blurred article every day (simulation).
- BBC Styling: Styled to match the BBC News aesthetic.
- Progress Tracking: Local storage persistence for your guesses.
- Smart Redaction: Common words are automatically revealed.
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Run tests:
npm test
- Read the redacted article. Common words (the, a, in, etc.) are visible.
- Type a word in the input box at the bottom.
- If the word exists in the article, all instances are revealed.
- Try to guess the headline to win!
- React
- TypeScript
- Vite
- Tailwind CSS
- Vitest
Private