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.
- 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
Follow these steps to get the project up and running on your local machine:
- 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
Open Expo go App and scan the QR code on terminal to open in android or ios
press w in the terminal to open it simply in the web browser or hit
http://localhost:8081