VPAbraham/palette-picker-FE

User Story: Create Projects for Palettes

Opened this issue · 0 comments

As a front end dev...
I must allow for creation of projects...
so the user can store their palettes.

  • You should be able to create multiple folders
  • Folder names must be unique (you should not be able to create two folders with the same name)
  • A folder can hold many saved palettes (a one-to-many relationship)
  • The saved folder should persist in your backend database