Visit https://converter-arpitgoyalgg.vercel.app/ to see the live project.
This is project is made using Next.js, a Reactjs based framework.
The project currently only supports conversion from HTML to JSX. Support for other conversions may be added in the future.
Feel free to contribute in any way to this project.
- Clone the repository and
cdinto it. - run
npm installto install all the dependencies locally used by this project. - run
npm run devand the server should start locally. Make changes and send a pull request!