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.
- Dynamic Puzzle Loading: Fetch puzzle data based on the selected problem.
- Interactive Interface: View puzzle descriptions, toggle hints, and input your solutions, get feedback.
- Built with React and TypeScript: Utilizes modern web technologies for a robust and type-safe codebase.
- Vite framework: used for better and fast dev experience.
- Styled with Tailwind CSS: Responsive and visually appealing design.
-
Clone the Repository:
git clone https://github.com/your-username/logic-puzzle-solver.git cd logic-puzzle-solver -
Install Dependencies
npm i
-
Start the app
npm start
Open http://localhost:3000 in your browser.
graph TD;
App-->HomePage
HomePage-->Problem1
HomePage-->Problem2
HomePage-->Problem3
HomePage-->Problem4
HomePage-->Problem5
