|
6 | 6 | </a> |
7 | 7 | </p> |
8 | 8 |
|
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 |
10 | 10 |
|
11 | 11 | ### 🏠 [Homepage](https://www.youtube.com/playlist?list=PLtIU0BH0pkKrQZUFWENF_VXINhfv9WiIA) |
12 | 12 |
|
|
17 | 17 | - SignIn/Sign Up with Email and Password |
18 | 18 | - SignIn/SignUp with Google |
19 | 19 | - 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> |
20 | 68 |
|
21 | 69 | ## Install |
22 | 70 |
|
|
0 commit comments