Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.51 KB

README.md

File metadata and controls

56 lines (30 loc) · 1.51 KB

Recruitment Task Details

Hello 👋

This is the official GDSC AppDev task for 2024.

Task Overview The task is to develop a functional Date Calculator application. The application should be able to:

Take input for:

  1. Day of the Year
  2. Year

Provide output for:

  1. Date in dd/MM/yyyy format
  2. Week of the Year
  3. Boolean value indicating if it is a Leap Year or not

Example

Below is a basic example for reference:

img

Please note that this is not the recommended look.

Creativity is encouraged, and additional points will be awarded for features such as:

  • Enhanced UI/UX
  • Scalable features
  • Resource use

How to submit

To submit, upload all of your files to a new GitHub repository, and share the link to the repository on the given Google Form: https://forms.gle/FWAj1NgE3XkyX8H16

For freshmen, the following resources are recommended for assistance:

These videos can be a good starting point to learn Flutter, but they are not the only available ones. You can use any other resources, and LLMs to learn. We also do not expect you to see the entire videos, just skim through any of them and learn what you feel is important.

Flutter Tutorial in Hindi

Flutter Tutorial in English

We look forward to seeing your innovative solutions.

Best regards,

GDSC AppDev Team