A test app to create an account and check user profile with features including:
- Create account screen with email and password formatting checks.
- tableView with dynamically sized tableView cells.
- Profile sreen with infos retreived from server.
- Button to change the profile's status on server.
- POST and GET URLRequest to create and retreive the account and infos on server.
- HASH_256 email and password
- Cool animations all over using Core Animation.