This is the submission project of Git Init 2023 Hackathon, It uses AI to solve programming errors to provide mental peace to programmers
To run this on your local computer just use this
For Windows
git clone git@github.com:cleverhare/Wren-Git-Init-2023.git
For MacOS and Linux based distributions
sudo git clone git@github.com:cleverhare/Wren-Git-Init-2023.git
After that Just run the following
npm install
Then run the following command in your favortite terminal
node server.js
or alternatively
npm run dev
which is intended to use for development purpose, and this command in the backend use nodemon as a package
- You can Solve any Error of Any Programming Langauge (90% Success Rate)
Client: HTML, CSS, JavaScript
Server: NodeJS, ExpressJS, Other modules
Contributions are always welcome!
You have to raise an issue for every change that you want in the application.
You will be assigned if the issue or recomendation found legit and worth adding.
Thank You very much for reading this till the end..