World Holidays Mobile App

World Holidays is a mobile app built with Flutter that displays the various holidays in a year across the countries of the world and reminds you of your favourite holidays.

worldholidaysmobileapp

Key Features

  • Supports over 200 countries
  • Reminder-
    • Add reminders for your favorite holidays.
  • Dark/Light mode

How To Use

To clone and run this application, you'll need Git and Flutter on your computer.

Then you'll need to get an api key from Calendarific and specify it in the lib/resources/calendarific_provider.dart file as follows:

From your terminal:

# Clone this repository
$ git clone https://github.com/herovickers/world_holidays.git

# Go into the repository
$ cd world_holidays

Add your api key to lib/resources/calendarific_provider.dart

 String apiKey = calendarificApiKey;

Then

# Run the app
$ flutter run

Download

You can download the app on PlayStore.

GitHub

https://github.com/herovickers/world_holidays