Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 765 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 765 Bytes

Yet Another UI Builder

For more details, Read the name again.

Setup

This project was bootstrapped with Create React App.

How to

  • Create an Element and a Board
  • Make the element draggable in Board
  • Track its postions via state management layer
  • Make the positions static and absolute
  • Make mobile responsive
  • Save postion and elements data
  • Create picker view which provides elements to be dragged down
  • Complete flow for one element
  • Add a new elements
  • Randomize ID generation for elements in board
  • Add remove option and bounding box
  • Write tests

Issues

  • Touch support
  • Positioning
  • Split elements state and settings
  • Fix snap to grid
  • Try with Canvas element