A basic app to manually keep track of Laundry.
It can be in 3 main states
- In the Closet and Ready to Use
- In the Laundry Basket
- At Laundry / In the wash
This is the initial version of the database schema. It is a simple schema with 1 table that holds the state of the clothes.
The second version of the database schema is a more complex schema with 3 tables. The first table holds the information of the clothes and the second table holds the names of the categories which are linked to the categories. The third table holds information regarding miscellaneous clothes like socks, undergarments, etc.