/DainikInformation

ReactNative App for getting information from date number

Primary LanguageJavaScript

Dainik information

Dainik Information is a React Native application that helps you determine the date information based on the day number and the year you input. It supports both light and dark modes, adapting the UI to match the current theme.

Features

  • Calculate the specific date given a day number and year
  • Determine if the given year is a leap year
  • Display the week number of the year for the given date
  • Toggle between light and dark modes

Live Web Version available adapting

Live Website

Installation

Follow these steps to get the project up and running on your local machine:

Prerequisites

  • Node.js and npm installed on your machine. You can download them from here.
  • Expo Go app for android and ios download from PlayStore and AppStore respectively
  • Expo CLI installed globally. You can install it using the following command:
    npm install -g expo-cli

Clone the repository:

git clone https://github.com/your-username/date-task.

Change to directory

git cd date-task

Start the app

npm start

or

npx expo start

For Android and iOS

Open Expo go App and scan the QR code on terminal to open in android or ios

For web

press w in the terminal to open it simply in the web browser or hit

http://localhost:8081

Demo in ios

demo.mp4