/Bore-Doom

An App that will give you some activities ideas if you're bored

Primary LanguageSwift

Bore-Doom

This app is based on http://www.boredapi.com API.
It will give you some activities ideas if you're bored.
The application contains redirects to external web pages (on button click) associated with the activity that the application offered to the user.

The main functionality that was applied in this project:

  • CoreData
  • JSON parsing
  • UITabBarController
  • UINavigationController
  • UITableView
  • Cells trailing swipe actions
  • UIAlertController

The application also has several screens with transitions to them.
At some moment - the project was refactored to exclude a storyboard UI design.
All UI is writen by code since then, but i saved my first project realisation into a separate branch, called ui_by_storyboard(before_refactoring).

Disclaimer: The project was made for educational purposes only.