A style export tool that live edits and exports code ready to copy / paste.
- Edits text and live previews it
- CSS and React component code export
- Theme mode toggle
You can try the demo here
This project helped to familiarize myself with state menager Redux Toolkit, the UI library MaterialUI and ReactJs mainly.
I was able to practice clean code and architecture making this tool. The most challenging task was to do as much componentization as possible.
I also found out cool libs like react-colorful and circletype that worth mention.
Clone the project
git clone https://github.com/Crhist0/awesome-title-generator.git
Go to the project directory
cd awesome-title-generator
Install dependencies
npm install
Start the server
npm run dev
If you have any feedback, please reach out to at Linkedin or discord at antiCrhistian#9049.