MVP is done. App is functional

This commit is contained in:
2024-09-10 11:03:30 -05:00
parent 5dfbc98035
commit 274c3a5151
4 changed files with 142 additions and 24 deletions

View File

@ -16,8 +16,8 @@ interface UserSelectionProps {
}
const API_KEY = 'I_Love_Madeline';
//const BASE_URL = 'https://ismadelinethecutest.gibbyb.com/api';
const BASE_URL = 'http://192.168.0.39:3000/api';
const BASE_URL = 'https://ismadelinethecutest.gibbyb.com/api';
//const BASE_URL = 'http://192.168.0.39:3000/api';
const UserSelection: React.FC<UserSelectionProps> = ({ onUserSelected }) => {
const [users, setUsers] = useState<User[]>([]);