Project Overview
This repository contains a web application for solving LINGO puzzles. The application consists of:
- Spring Boot Backend: Processes word puzzles and provides a REST API
- HTML/CSS/JS Frontend: User interface for interacting with the puzzle solver
Features
- Input word length (5, 6, or 7 characters)
- Add letter constraints (known positions, contained letters, excluded letters)
- Get possible matching words based on constraints
- Clean, responsive UI
Implementation Details
- Backend: Spring Boot with RESTful API
- Frontend: HTML5, CSS3, JavaScript (vanilla)
- Word lists included as resources
Next Steps
- Implement the Spring Boot backend
- Create the frontend interface
- Connect frontend and backend
- Test the solution with different puzzle scenarios
Project Overview
This repository contains a web application for solving LINGO puzzles. The application consists of:
Features
Implementation Details
Next Steps