zhravan/github-readme-quotes

Remove Theme.js Code Duplication [Refactoring]

Open

#134 opened on Apr 30, 2021

 (7 comments) (0 reactions) (0 assignees)JavaScript (181 forks)auto 404
Little workduplicateenhancementgood first issuehacktoberfesthacktoberfest-acceptedhelp wantedrefactoring

Repository metrics

Stars
 (307 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. Constant Values stored as JSON values are duplicated across the frontend and backend version.

Describe the solution you'd like Remove the duplicated version inside the /frontend/src/util/themes/index.js file and use the existing backend-version file

Contributor guide