Skip to content

Commit 4ee2c2d

Browse files
authored
Update README.md
1 parent bd6259a commit 4ee2c2d

1 file changed

Lines changed: 47 additions & 12 deletions

File tree

README.md

Lines changed: 47 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,58 @@
1-
# chat
1+
# 💬 Retro Flutter Chat App
22

3-
A new Flutter project.
3+
A very old and experimental Flutter project built as my **first-ever Flutter application**.
4+
This app started as a small **word game experiment** and later evolved into a simple real-time chat application.
45

5-
## Getting Started
6+
> ⚠️ This project is archived and may contain broken functionality, outdated dependencies, or authentication issues.
67
7-
This project is a starting point for a Flutter application.
8+
---
89

9-
A few resources to get you started if this is your first Flutter project:
10+
## ✨ Features
1011

11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
12+
* Simple word game interface
13+
* Basic real-time chat system
14+
* Firebase integration
15+
* User authentication
16+
* Early Flutter UI experiments
1317

14-
For help getting started with Flutter development, view the
15-
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
18+
---
19+
## 📌 More Details
1720

21+
[Detailed Project Link](https://habel2005.github.io/Portfolio/project.html?project=chatApp)
1822

23+
## ⚠️ Important Notice
1924

20-
<img src="https://static.scarf.sh/a.png?x-pxid=0b994c4e-62ce-47f6-8af6-27235e610eec" width="0" height="0" alt="" />
25+
This project was created during my early learning phase with Flutter, so:
2126

27+
* Some features may not work properly
28+
* Authentication/sign-in can be broken
29+
* Dependencies may be outdated
30+
* Code structure is not production-ready
2231

23-
<img src="https://omni-dash-five.vercel.app/api/track?project=chat&source=github-readme" width="0" height="0" alt="" />
32+
This repository mainly exists as a showcase of my learning journey and progression as a developer.
33+
34+
---
35+
36+
## 🛠️ Built With
37+
38+
* Flutter
39+
* Dart
40+
* Firebase
41+
42+
---
43+
44+
## 🚀 Getting Started
45+
46+
```bash
47+
git clone YOUR_REPOSITORY_LINK
48+
cd project-name
49+
flutter pub get
50+
flutter run
51+
```
52+
53+
---
54+
55+
## 📖 Developer Note
56+
57+
Even though this app is rough and outdated, it represents the beginning of my Flutter development journey.
58+
Keeping it public as a reminder of where everything started.

0 commit comments

Comments
 (0)