jovanyoshioka / CityFinder

Provides suggestions for places to live and visit based on user preferences.
0 stars 0 forks source link

Categorize Features #12

Closed jovanyoshioka closed 5 months ago

jovanyoshioka commented 5 months ago

Task Categorize the features and put them into a dictionary.

Example categories = { 'category1': ['feature1', 'feature3', 'feature4'], 'category2': ['feature2', 'feature5', etc.], etc. }

jovanyoshioka commented 5 months ago

Completed in #8.