Skip to content

Commit 72cbce8

Browse files
authored
Update README.md
1 parent 0acfe3b commit 72cbce8

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

README.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</a>
77
</p>
88

9-
> This project made for those whowanted to learn about the firebase and thier Auth, Cloud Storage and Cloud function modules with Flutter. This repo will help to understand how to use firebase with flutter using a fully functional Todo App
9+
> This project made for those who wanted to learn about the firebase and thier Auth, Cloud Storage and Cloud function modules with Flutter. This repo will help to understand how to use firebase with flutter using a fully functional Todo App
1010
1111
### 🏠 [Homepage](https://www.youtube.com/playlist?list=PLtIU0BH0pkKrQZUFWENF_VXINhfv9WiIA)
1212

@@ -17,6 +17,54 @@
1717
- SignIn/Sign Up with Email and Password
1818
- SignIn/SignUp with Google
1919
- SignIn/SignUp using Phone Number
20+
- Create New todo
21+
- Perform Crud Operation ( Create, Read , Delete and Update todo )
22+
23+
## Screenshots
24+
25+
<h3 align="center" style="color:green" >1. Intro screenshots</h3>
26+
<p align="center">
27+
<img src="https://github.com/DevStack06/images/blob/master/todo/1.png" width="500"></img>
28+
</p>
29+
<br>
30+
31+
<h3 align="center" style="color:green" >2. SignIn/ SIgnUp page</h3>
32+
<p align="center">
33+
<img src="https://github.com/DevStack06/images/blob/master/todo/2.png" width="500"></img>
34+
</p>
35+
<br>
36+
37+
<h3 align="center" style="color:green" >3. Google login</h3>
38+
<p align="center">
39+
<img src="https://github.com/DevStack06/images/blob/master/todo/3.png" width="500"></img>
40+
</p>
41+
<br>
42+
43+
<h3 align="center" style="color:green" >4. SignIn/SignUp via mobile number and otp page</h3>
44+
<p align="center">
45+
<img src="https://github.com/DevStack06/images/blob/master/todo/4.png" width="500"></img>
46+
</p>
47+
<br>
48+
<h3 align="center" style="color:green" >5. Home Page </h3>
49+
<p align="center">
50+
<img src="https://github.com/DevStack06/images/blob/master/todo/7.png" width="500"></img>
51+
</p>
52+
<br>
53+
<h3 align="center" style="color:green" >6. Create new todo page </h3>
54+
<p align="center">
55+
<img src="https://github.com/DevStack06/images/blob/master/todo/6.png" width="500"></img>
56+
</p>
57+
<br>
58+
<h3 align="center" style="color:green" >7. View your todo page</h3>
59+
<p align="center">
60+
<img src="https://github.com/DevStack06/images/blob/master/todo/8.png" width="500"></img>
61+
</p>
62+
<br>
63+
<h3 align="center" style="color:green" >8. Update/Delete todo page</h3>
64+
<p align="center">
65+
<img src="https://github.com/DevStack06/images/blob/master/todo/9.png" width="500"></img>
66+
</p>
67+
<br>
2068

2169
## Install
2270

0 commit comments

Comments
 (0)