Skip to content

Commit ce1a316

Browse files
committed
readme updated
1 parent d1e5b08 commit ce1a316

File tree

2 files changed

+46
-5
lines changed

2 files changed

+46
-5
lines changed

README.md

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,52 @@
11
### Blog App Development Front-End and Back-End using Flutter, ExpressJs, NodeJS, and MongoDB
22

3-
#### Detailed Documentation will come soon
4-
5-
### Playlist -:
3+
### Playlist for Blog App Development series -:
64

75
1. The main playlist (Both Front-End and Back-End) [Link](https://www.youtube.com/watch?v=T35T8nzyRDI&list=PLtIU0BH0pkKoE2PBvgbHEBPAP-sd670VI)
86
2. The Front-End Playlist (Flutter only) [Link](https://www.youtube.com/watch?v=6VCLeHRnixg&list=PLtIU0BH0pkKpitsp5jzt-yDAoXAFBkcPb)
97
3. The Back-End Playlist (NodeJs/ExpressJs) [Link](https://www.youtube.com/watch?v=T35T8nzyRDI&list=PLtIU0BH0pkKqypuOtDhcXZ4oATJfji49r)
108

11-
\*\*_Also I Created a playlist for MERN (MongoDB,Express,React and NodeJS) Stack Development [Link](https://www.youtube.com/watch?v=lmCIeTh0kF0&list=PLtIU0BH0pkKocuUyVe7spEB4CPTfTEJya)_\*\*
9+
### Some Other playlist
10+
11+
1. Flutter model class series, for Rest API connection and JSON parsing. [Link](https://www.youtube.com/playlist?list=PLtIU0BH0pkKpXE-1vC7NswofFPby1OYh-)
12+
13+
2. Flutter Basic series [link](https://www.youtube.com/playlist?list=PLtIU0BH0pkKrk8C7KToFeRSVTi2CLpFTG)
14+
15+
### This app have following things -:
16+
17+
<h5>1. Welcome Page</h5>
18+
<img src="https://github.com/DevStack06/images/blob/master/blog-app/welcomePage.png" width="350"></img>
19+
<br>
20+
<h5>2. Login Screen </h5>
21+
<img src="https://github.com/DevStack06/images/blob/master/blog-app/LoginPage.png" width="350"></img>
22+
<br>
23+
<h5>3. Wrong Username(Error Handling) </h5>
24+
<img src="https://github.com/DevStack06/images/blob/master/blog-app/wrong-username.png" width="350"></img>
25+
<br>
26+
<h5>4. SignUp Screen </h5>
27+
<img src="https://github.com/DevStack06/images/blob/master/blog-app/SignUpPage.png" width="350"></img>
28+
<br>
29+
<h5>5. Home Screen (Development Mode)</h5>
30+
<img src="https://github.com/DevStack06/images/blob/master/blog-app/homapage.png" width="350"></img>
31+
<br>
32+
<h5>6. Profile Screen</h5>
33+
<img src="https://github.com/DevStack06/images/blob/master/blog-app/profilePage.png" width="350"></img>
34+
<h5>7. Drawer (Development Mode) </h5>
35+
<img src="https://github.com/DevStack06/images/blob/master/blog-app/drawer.png" width="350"></img>
36+
<br>
37+
38+
### To use this app follow below instructions-:
39+
40+
1. Clone this app using below syntax -:
41+
42+
> git clone https://github.com/balram0608/food-delivery-flutter.git
43+
44+
2. After cloning install packages using below syntax -:
45+
> flutter pub get
46+
47+
Above command will install all the neccery packges.
48+
49+
3. Run the app on your mobile using below command -:
50+
> flutter run
51+
52+
**If this tutorial helping you please give star and also fork the repo, Thank you happy coding :)**

lib/Pages/WelcomePage.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class _WelcomePageState extends State<WelcomePage>
9999
SlideTransition(
100100
position: animation1,
101101
child: Text(
102-
"Great stories for graet people",
102+
"Great stories for great people",
103103
textAlign: TextAlign.center,
104104
style: TextStyle(
105105
fontWeight: FontWeight.w600,

0 commit comments

Comments
 (0)