/HackerNewsMobileApp

An implementation of hackerNews API

Primary LanguageDart

FlutterHackerNewsMobileApp

This application is an implementation of Hacker News Api. The application fetches the top news ids and its properties. The app then displays the tops news story and the their comments on the second page.

The app uses Flutter ListView.builder() widget and redux to implement efficient data loading techniques despite the complexity of Hacker News Api.

Getting started

Download the flutter sdk Here. Follow the steps provided and you are good to gooooo.