feat: implement complete community management system
- Add community creation page with real-time state/city autocomplete
- Implement community editing with automatic data loading
- Create community listing page with search and pagination
- Integrate with backend APIs for states and cities data
- Add form validation and error handling
- Implement toast notifications for user feedback
- Add loading states and debounced search functionality
- Add proper TypeScript interfaces for API responses
- Implement delete functionality with confirmation dialogs
This commit establishes the full CRUD operations for community (quilombo) management with a responsive UI and seamless user experience.