Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.32 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.32 KB

Code Assistant

Welcome to Code Assistant! This application consists of two main features: Code Generator and Code Converter. You can access these features through the following URLs:

Features

Code Generator 💎

The Code Generator helps users to generate boilerplate code for different programming languages. Just select your preferred language and see the magic!

Code Converter 🔄

The Code Converter enables users to convert their source code from one programming language to another. Simply paste your source code, select the target language, and let our Code Converter do the rest!

Deployment

The frontend of the Code Assistant is hosted on Vercel.

The backend of the Code Assistant is hosted on Heroku.

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request