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
- Host: GitHub
- URL: https://github.com/blackhat-coder21/gdsc_app_dev
- Owner: blackhat-coder21
- Created: 2024-09-10T21:04:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T17:43:15.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T15:53:20.248Z (about 1 year ago)
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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