Spandan-Bhattacharya / Solve_it

A website which can give you the solution to many solvable games like sudoku, nonogram, crossword puzzles
https://solve-it-self.vercel.app
MIT License
20 stars 49 forks source link

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

Figma Design Link

Table of Contents

Features

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.

⚠️Prerequisites

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>
  2. After you have added your changes, follow the following command chain Check the changed files

    git status -s
  3. Add all the files to the staging area

    git add .

    or

    git add <file_name1> <file_name2>
  4. Commit your changes

    git commit -m "<EXPLAIN-YOUR_CHANGES>"
  5. Push your changes

    git push origin fix-issue-<ISSUE-NUMBER>
  6. 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