Anushkabh / Solve_it

A website which can give you the solution to many solvable games like sudoku, nonogram, crossword puzzles

Home Page:https://solve-it-self.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solve it! - Puzzle Solver Website

Welcome to Solve it! - your go-to destination for solving mind-bending puzzles! This repository contains the HTML code for the Solve it! website. The website provides solvers for common games like Sudoku, Nonogram, Crosswords, and more. Website design inspired from fix-your-nums, a great project from JWoC 2023 by Srijita Mandal. https://github.com/Srijita-Mandal/fix-your-nums



home

Contact

About_page

Table of Contents

Features

  • Sudoku Solvers: Solve any valid 4x4 or 6x6 Sudoku puzzles effortlessly.
  • User-friendly Interface: The website provides a clean and intuitive interface for an optimal user experience.
  • Responsive Design: The website is designed to work seamlessly on various devices, ensuring a consistent experience.

Tech Stack Used

Usage

Screenshot 2024-01-16 at 1 29 18 AM
  1. Open the HTML file in your web browser.
  2. Navigate through the navbar to access different sections such as Home, Contact, and About.
  3. Explore the title section to understand the purpose of the website.
  4. Check out the puzzle solvers in the grid section. Click on "Try Now!" to access the solver for specific puzzle sizes.
  5. The footer contains a message, "Made with Love."

Contributing

This project is a part of JWoC 2024!!

Everyone interested please join the discord channel :

Static Badge

Contributions make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

See the open issues for a list of proposed features (and known issues). You can start by solving the issues marked as good first issue.

  • We welcome any improvements, if you have any suggestions for the projects, like reporting a bug, improving UI, or improving the README.md file, feel free to open an issue to discuss it, or directly create a pull request with the necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Wait until the issue gets assigned to you by the maintainer.
  • If you would like to contribute to the development of Solve it!, feel free to fork this repository and submit a pull request with your changes.

⚠️Prerequisites

  • Before getting into it, make sure you have a live server installed.

Local Installation Guide ## - Video

How To sync/fetch and raise Pull request video ## - video

Creating A Pull Request

  1. Fork the Project
  2. Clone your forked repository
git clone https://github.com/<your_github_username>/Solve_it.git
  1. Now go ahead and create a new branch and move to the branch
git checkout -b fix-issue-<ISSUE-NUMBER>
  1. After you have added your changes, follow the following command chain Check the changed files
git status -s
  1. Add all the files to the staging area
git add .

or

git add <file_name1> <file_name2>
  1. Commit your changes
git commit -m "<EXPLAIN-YOUR_CHANGES>"
  1. Push your changes
git push origin fix-issue-<ISSUE-NUMBER>
  1. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details. Feel free to use and modify the code for your own projects.

Thank you for using Solve it! Happy solving! 🧩 Screenshot 2024-01-16 at 1 29 58 AM

About

A website which can give you the solution to many solvable games like sudoku, nonogram, crossword puzzles

https://solve-it-self.vercel.app

License:MIT License


Languages

Language:JavaScript 45.0%Language:CSS 31.8%Language:HTML 23.2%