Regex Quest is a fun and interactive mini-game built with to help you sharpening your regular expression (regex) skills!
Demo: https://regex-quest.vercel.app
- Multiple Levels: Each level contains a specific RegEx challenge like email validation, phone number matching, or color code detection.
- Real-time Feedback: Instantly see if your RegEx matches the test cases correctly.
- Hints: Struggling? Hints are available after a few failed attempts.
- Scoring: Earn points based on accuracy and number of attempts.
- Light & Dark Mode: Toggle between themes for comfort.
git clone https://github.com/your-username/regex-quest.git
cd regex-quest
bun install
bun dev
Open http://localhost:3000 to play the game in your browser.