Skip to content

A small and fancy random color theme generator for learning javascript.

Notifications You must be signed in to change notification settings

LineageFalcon/ColorGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorGenerator

A small and fancy random color theme generator.

Preview Desktop

Image of latest ColorGen

Preview Mobile

Image of latest ColorGen Mobile

How to commit

In the best case you use this emojis to declare the topic of your commit.
📝 : Edit
🔧 : Test
🐞 : Bugfix
➕ : File added
🗑️ : File deleted

What needs to be done

  • create function class for ColorConvertion
  • make bind obj for light and dark mode
  • exclude jquery to make it full vanilla
  • use createObj inside an instance class instead of strings and methods inside an obj
  • improve lightness changer function to work more accuratly
  • change the current view layout (UI) to a more responsive and base on UX one
  • finalize refac with structuring classes based on MVVM/ MVP/ MVC (in this case MVVM)
  • change viewModel to work as much as possible with the logic instead with view (meant for less api calls because these cost a lot of ressources)
  • drag and drop of panel position (in progress...)
  • adjust all variable names to a name scheme
  • eliminate performance issues (never will be off the list =) )