Repository
https://github.com/hadijaveed/All-Convertors
New Projects
- What is the project about?
The intent is to create a one stop UI to do syntax conversion of the Front-End code for the developers. As of today developers have to search for different places to convert their CSS, HTML or JS code to the different syntax or they have to install local CLI tools to do the conversion. All-Convertors is the project they can run locally or can go to Github Hosted URL https://hadijaveed.github.io/All-Convertors/ to do the necessary conversions.
- Technology Stack
Front-End Framework: ReactJS
HTML Code Editor Library: Ace Editor
Package Manager: NPM
Build Tool: Webpack
- Roadmap
- Other css pre-processors like SASS and SCSS.
- JS to coffee script.
- ES(next) to ES5 conversions.
- Fix sloppy CSS editor when the file size grows to 1000 lines.
- Add copy to clipboard feature.
- Write necessary Unit Test Cases.
- How to contribute?
Submit a PR for the contribution or create an issue for the enhancements.
Proof of Work Done
Github URL: https://github.com/hadijaveed/All-Convertors
Demo URL: https://hadijaveed.github.io/All-Convertors/
Work Done: CSS to Less and Stylus Convertor. HTML to JSX and Jade Convertor