Skip to content

Commit fbba955

Browse files
committedJan 11, 2021
chore(readme): added demo
1 parent 656baf0 commit fbba955

File tree

7 files changed

+8
-26
lines changed

7 files changed

+8
-26
lines changed
 

‎README.md

+8-26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
An E-Commerce website for ordering Pizza Online
44

5+
## Demo
6+
7+
<div align="center">
8+
<img src="./readme_img/demo.gif" style="width: 640px" />
9+
</div>
10+
11+
**NOTE:** The features shown in the demo is not exhaustive. Only the core features are showcased in the demo.
12+
513
## Tools used
614

715
1. React: To create the Single Page App
@@ -56,29 +64,3 @@ To use the project follow the steps given below:
5664
1. Install the necessary modules (`npm install`).
5765
2. Setup Firebase Project and configuration
5866
3. Use `npm start` to run the react app
59-
60-
## Screenshots
61-
62-
### Desktop
63-
64-
<p align="center">
65-
<img width="100%" src="./screenshots/Desktop_01.PNG" style="border: 1px solid black">
66-
</p>
67-
68-
<p align="center">
69-
<img width="100%" src="./screenshots/Desktop_02.PNG" style="border: 1px solid black">
70-
</p>
71-
72-
### Mobile
73-
74-
<p align="center">
75-
<img width="200px" src="./screenshots/Mobile_01.jpg" style="border: 1px solid black">
76-
</p>
77-
78-
<p align="center">
79-
<img width="200px" src="./screenshots/Mobile_02.jpg" style="border: 1px solid black">
80-
</p>
81-
82-
<p align="center">
83-
<img width="200px" src="./screenshots/Mobile_03.jpg" style="border: 1px solid black">
84-
</p>

‎readme_img/demo.gif

2.67 MB
Loading

‎screenshots/Desktop_01.PNG

-1.68 MB
Binary file not shown.

‎screenshots/Desktop_02.PNG

-521 KB
Binary file not shown.

‎screenshots/Mobile_01.jpg

-76.6 KB
Binary file not shown.

‎screenshots/Mobile_02.jpg

-101 KB
Binary file not shown.

‎screenshots/Mobile_03.jpg

-26.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.