A Logic Puzzle Solver built with React, Vite, TypeScript, and Tailwind CSS. Puzzle data is sourced from https://logic.puzzlebaron.com.
https://puzzle-builder-ten.vercel.app/
This web application allows users to solve logic puzzles with various stories. Puzzle data is dynamic and displayed in an interactive interface. Users can toggle hints, view the puzzle description, input their solutions, check the answer, and get feedback.
Clone the Repository:
```bash git clone https://github.com/your-username/logic-puzzle-solver.git cd logic-puzzle-solver
Install Dependencies ```bash npm i
Start the app ```bash npm start Open http://localhost:3000 in your browser.
graph TD;
App-->HomePage
HomePage-->Problem1
HomePage-->Problem2
HomePage-->Problem3
HomePage-->Problem4
HomePage-->Problem5