Skip to content

roshankodi/SyncSolve

Repository files navigation

🚀 SyncSolve

Puzzle Solvers • Strategy Tools • Interactive Games

A modern collection of puzzle solvers, strategy analyzers, and interactive logic tools built with Spring Boot, Next.js, TypeScript, and Tailwind CSS.

Live DemoBackendGithub


📖 Overview

SyncSolve is a full-stack web platform designed to provide intelligent puzzle-solving tools, strategy analyzers, and interactive gaming experiences.

The project combines modern frontend technologies with a scalable backend architecture to deliver fast, responsive, and user-friendly tools for puzzle enthusiasts, students, and developers.

Current focus:

  • Sudoku solving and validation
  • Puzzle generation
  • Interactive game experiences
  • Strategy analysis tools
  • AI-assisted problem solving

✨ Features

🧩 Sudoku Solver

  • Instant puzzle solving
  • Board validation
  • Backtracking algorithm implementation
  • Fast and optimized solutions

📸 Screenshots

main page project page sudoku solver 1 sudoku solver 2

🎮 Upcoming Tools

  • Chess Analyzer
  • Wordle Solver
  • Minesweeper
  • Crossword Helper
  • Snake Game
  • Tic Tac Toe
  • Maze Solver

🛠️ Tech Stack

Frontend

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS

Backend

  • Spring Boot
  • Java
  • REST APIs

Deployment

  • Vercel (Frontend)
  • Render (Backend)

🏗️ Project Architecture

SyncSolve
│
├── frontend
│   ├── Next.js
│   ├── TypeScript
│   └── Tailwind CSS
│
├── backend
│   ├── Spring Boot
│   ├── REST Controllers
│   ├── Services
│   └── Models
│
└── Deployment
    ├── Vercel
    └── Render

⚡ Getting Started

Clone Repository

git clone https://github.com/roshankodi/SyncSolve.git
cd SyncSolve

Frontend Setup

cd frontend

npm install

npm run dev

Frontend runs on:

http://localhost:3000

Backend Setup

mvn spring-boot:run

Backend runs on:

http://localhost:8080

🌐 Live Application

Frontend:

https://sync-solve.vercel.app

Backend API:

https://syncsolve-backend-44rs.onrender.com

📸 Screenshots

Add screenshots of:

  • Landing Page
  • Sudoku Solver
  • Puzzle Generation
  • Mobile View

🎯 Roadmap

  • Sudoku Solver
  • Responsive Landing Page
  • Spring Boot API
  • Chess Analysis Engine
  • Wordle Assistant
  • Maze Generator
  • Minesweeper Solver
  • AI Tutor Integration
  • User Accounts
  • Saved Progress

🤝 Contributing

Contributions, feature requests, and suggestions are welcome.

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Open a Pull Request

👨‍💻 Author

Kodi Roshan


📄 License

This project is licensed under the MIT License.


Made with ❤️ using Spring Boot, Next.js, TypeScript & Tailwind CSS

Releases

No releases published

Packages

 
 
 

Contributors