GDSC App Dev Submission

Task

View PDF File

Submission Instructions

Name: Ankit
Roll Number: 12345678

Project Description

This is a simple app that allows users to sign in, sign up, and upload profile photos. The app is developed using Flutter and Firebase.

Features

  • Login and Signup
  • Upload and Display Profile Photos
  • Forgot Password Functionality

Submission Instructions

1. Fork the Repository

  • Navigate to the official repository for the GDSC App Dev Task.
  • Click the Fork button in the top-right corner of the page. This will create a copy of the repository in your own GitHub account.

2. Clone the Forked Repository

  • After forking the repository, clone it to your local machine using the following command:
    https://github.com/blackhat-coder21/GDSC_App_Dev

3. Commit and Push Your Changes

  • Once you’ve added your project folder and README.md, commit and push your changes back to your forked repository:
    git add .
    git commit -m "Added project for [Your Enrollment Number]"
    git push origin main