Welcome to the Karnaugh Map (K-Map) Solver Web Application repository! This web application allows you to simplify Boolean expressions using K-Maps for up to 8 variables. It has both a backend written in C language and a frontend built with HTML, CSS, and JavaScript.
Thier is still some features that will be added soon.
- Solve Boolean expressions using Karnaugh Maps.
- Supports up to 4 variables.
- Easy-to-use web interface.
- Backend implemented in C for efficient computation.
These instructions will help you set up and run the K-Map Solver Web Application on your local machine.
- PHP installed on your system.
- Visual studio redistributable C++ 2019 or newer version
-
Clone this repository to your local machine, or you can also go with the zip code:
https://github.com/neeraj-395/K-Map_Solver.git
-
Navigate to the project directory:
cd K-Map_Solver
-
Start a PHP server in the Web_Source directory:
php -S localhost:1000
-
Open your browser and visit:
http://localhost:1000/index.html
if you want to contribute to this project, please follow these steps:
- Fork this repository
- Create a new branch:
git checkout -b feature/new-feature
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Create a pull request.
This project is licensed under the MIT License - see the License file for details.
If you have any questions or suggestions, feel free to contact us at nsinghh.04@gmail.com