I am building a job board. I want to give users the option of adding color to their submissions. How can I do this? Do I need to use a framework or can I use vanilla JS.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
Use ckeditor, it's open source!
okay thanks!!
Can definitely use just JavaScript. Look into wyswyg editors!
Thank you!!