Skip to content
#

Design system

A design system is a way to have modular and reusable CSS components as well as a separation of concerns of designing and using this system, by, for examplr, using design tokens.

Here are 24 public repositories matching this topic...

50% of water used in agriculture is wasted. In fact, water wastage is even common in our neighborhoods and cities. E-rrigation is a mobile, sprinkler system designer that allows users to create sprinkler system designs. It then calculates statistics about the given design in order to optimize water usage before sprinklers are put into place.

  • Updated May 29, 2020
  • Java

Factory design pattern is used when we have a super class with multiple sub-classes and based on input, we need to return one of the sub-class. This pattern take out the responsibility of instantiation of a class from client program to the factory class. We can apply Singleton pattern on Factory class or make the factory method static

  • Updated Dec 3, 2018
  • Java