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 de#spired from fix-your-nums, a great project from JWoC 2023 by Srijita Mandal. https://github.com/Srijita-Mandal/fix-your-nums
- 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.
- Open the HTML file in your web browser.
- Navigate through the navbar to access different sections such as Home, Contact, and About.
- Explore the title section to understand the purpose of the website.
- Check out the puzzle solvers in the grid section. Click on "Try Now!" to access the solver for specific puzzle sizes.
- The footer contains a message, "Made with Love."
This project is a part of JWoC 2024!!
Everyone interested please join the discord channel :
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
- Fork the Project
- Clone your forked repository
git clone https://github.com/<your_github_username>/Solve_it.git
- Now go ahead and create a new branch and move to the branch
git checkout -b fix-issue-<ISSUE-NUMBER>
- After you have added your changes, follow the following command chain Check the changed files
git status -s
- Add all the files to the staging area
git add .
or
git add <file_name1> <file_name2>
- Commit your changes
git commit -m "<EXPLAIN-YOUR_CHANGES>"
- Push your changes
git push origin fix-issue-<ISSUE-NUMBER>
- Open a Pull Request
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.