Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 225 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 225 Bytes

Raffle creator

You can use this project for raffle creation with your own custom choices.

My code uses:

  • Clean code.
  • Function programming for less global scope usage and code organization.
  • "S" from SOLID principles.