An open API service indexing awesome lists of open source software.

https://github.com/blackhat-coder21/gdsc_app_dev

Drop your solution here
https://github.com/blackhat-coder21/gdsc_app_dev

Last synced: 5 months ago
JSON representation

Drop your solution here

Awesome Lists containing this project

README

          

# GDSC App Dev Submission

## Task
[View PDF File](https://github.com/blackhat-coder21/GDSC_App_Dev/blob/main/AppD_Tasks.pdf)

## 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:
```bash
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:
```bash
git add .
git commit -m "Added project for [Your Enrollment Number]"
git push origin main