Skip to content

mrp-78/crossword-solver-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧩 Persian Crossword Solver – Web Interface

This repository contains the Next.js web interface for the Persian crossword solver engine.
It provides an interactive way to input crossword puzzles, run the NLP solver, and visualize solutions.

Features

  • Upload crossword descriptions and grid structure
  • Trigger the solver backend (persian-crossword-solver)
  • Display the filled crossword grid with candidate solutions
  • Interactive editing and validation

Installation

Clone the repository and install dependencies:

git clone https://github.com/mrp-78/crossword-solver-ui.git
cd crossword-solver-ui
pnpm install

Run the development server:

pnpm dev

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

Project Structure

pages/ – Next.js pages (entry points)

components/ – React UI components for crossword grid and interface

api/ – API routes and connectors to solver backend

Related Repositories

persian-crossword-solver – core NLP solver engine

About

Next.js web interface for the Persian crossword solver, enabling users to input puzzles, run the solver, and visualize solutions interactively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors