Skip to content

A Logic Puzzle Solver built with React, Vite, TypeScript, and Tailwind CSS. Puzzle data is dynamic and offers various options.

Notifications You must be signed in to change notification settings

karankotai/puzzle-builder

Repository files navigation

Puzzle-For-The-Day

image

A Logic Puzzle Solver built with React, Vite, TypeScript, and Tailwind CSS. Puzzle data is sourced from https://logic.puzzlebaron.com.

Live at :

https://puzzle-builder-ten.vercel.app/

Overview

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.

Features

  • 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.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/your-username/logic-puzzle-solver.git
    cd logic-puzzle-solver
  2. Install Dependencies

    npm i
  3. Start the app

    npm start 

Open http://localhost:3000 in your browser.

Flow

graph TD;
 App-->HomePage
HomePage-->Problem1
HomePage-->Problem2
HomePage-->Problem3
HomePage-->Problem4
HomePage-->Problem5
Loading

About

A Logic Puzzle Solver built with React, Vite, TypeScript, and Tailwind CSS. Puzzle data is dynamic and offers various options.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published