Skip to content

Commit 2b959ad

Browse files
authored
Merge pull request #352 from RiyaGupta89/main
Adding the pizza app
2 parents d9fc9e0 + 7ee370d commit 2b959ad

35 files changed

+32420
-4
lines changed

Index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,4 @@ I've used the concept of *Async functions* and *react hook usestate* also worked
132132
|[My Online Meal](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/My-Online-Meal)| It is a simple and responsive website.
133133
|[Good Vibes Form](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Good-Vibes-Form)| It is a simple and responsive form which can be used in any project.
134134
|[Survey Form](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Survey-Form)| It is a simple and responsive urvey-Form.
135+
|[React Pizza App](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/react-tailwind-app)| It is a simple pizza react app using TailwindCSS.

Survey-Form/readme.md renamed to Survey-Form/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
2525
```
2626

2727
- Go to the directory
28-
- Run the index.html file
28+
- Run the surveyForm.html file
2929
- Navigate the form.
3030

3131
<br>

Survey-Form/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ textarea{
9191
font-size:14px;
9292
color:black;
9393
opacity:0.6;
94-
}
94+
}

Survey-Form/survey form.html renamed to Survey-Form/surveyForm.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1>Application For Permission To Date My Daughter</h1>
8585
<!---------------------------------------------section4 ------------------------------------------------------------------------------------------>
8686
<fieldset>
8787
<legend>Essay Section</legend>
88-
88+
8989
<div class="form-rows">
9090
<label for="area1">In 50 words or more explain why
9191
you want to date my daughter:</label>
@@ -110,4 +110,4 @@ <h1>Application For Permission To Date My Daughter</h1>
110110

111111
</body>
112112

113-
</html>
113+
</html>

Survey-Form/surveyForm.png

-14.1 KB
Loading

react-tailwind-pizza-app/.eslintcache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\index.js":"1","C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\App.js":"2","C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\components\\Footer.js":"3","C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\components\\Dropdown.js":"4","C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\pages\\Menu.js":"5","C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\components\\Hero.js":"6","C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\pages\\Contact.js":"7","C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\components\\Navbar.js":"8","C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\pages\\About.js":"9","C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\components\\Content.js":"10"},{"size":312,"mtime":1628061071148,"results":"11","hashOfConfig":"12"},{"size":986,"mtime":1627297029777,"results":"13","hashOfConfig":"12"},{"size":281,"mtime":1627049360238,"results":"14","hashOfConfig":"12"},{"size":662,"mtime":1627297207170,"results":"15","hashOfConfig":"12"},{"size":318,"mtime":1627295360436,"results":"16","hashOfConfig":"12"},{"size":1109,"mtime":1627297263762,"results":"17","hashOfConfig":"12"},{"size":326,"mtime":1627295374499,"results":"18","hashOfConfig":"12"},{"size":1064,"mtime":1627297334194,"results":"19","hashOfConfig":"12"},{"size":319,"mtime":1627295612868,"results":"20","hashOfConfig":"12"},{"size":1109,"mtime":1627049090107,"results":"21","hashOfConfig":"12"},{"filePath":"22","messages":"23","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"cr710b",{"filePath":"24","messages":"25","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"26","messages":"27","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"28","messages":"29","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"32","messages":"33","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"34","messages":"35","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"36","messages":"37","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"40","messages":"41","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\index.js",[],"C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\App.js",[],"C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\components\\Footer.js",[],"C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\components\\Dropdown.js",[],"C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\pages\\Menu.js",[],"C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\components\\Hero.js",[],"C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\pages\\Contact.js",[],"C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\components\\Navbar.js",[],"C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\pages\\About.js",[],"C:\\Users\\Welcome\\Desktop\\LGMsoc'21\\Web-dev-mini-projects\\react-tailwind-pizza-app\\src\\components\\Content.js",[]]

react-tailwind-pizza-app/.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

react-tailwind-pizza-app/README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Welcome to the React Pizza App 🍕
2+
3+
It is a pizza website which is built using React and TailwindCSS.
4+
5+
6+
## 💻Tech Stack
7+
<br>
8+
9+
![HTML](https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white)
10+
![CSS](https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white)
11+
![JS](https://img.shields.io/badge/javascript%20-%23323330.svg?&style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
12+
![REACT](https://img.shields.io/badge/react%20-%23323330.svg?&style=for-the-badge&logo=react&logoColor=%23F7DF1E)
13+
![TAILWIND CSS](https://img.shields.io/badge/tailwindcss%20-%23323330.svg?&style=for-the-badge&logo=tailwindcss&logoColor=%23F7DF1E)
14+
15+
<br>
16+
17+
18+
### How to get the form on your local machine:
19+
20+
---
21+
22+
- Download or clone the repository
23+
24+
```
25+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
26+
```
27+
28+
- Go to the directory
29+
- Open react-tailwind-pizza-app folder
30+
- Open the terminal and run
31+
```
32+
npm / yarn start
33+
```
34+
- The website will be opened in your browser.
35+
36+
37+
38+
<br>
39+
40+
## Screenshots
41+
42+
![Demo1](src/images/pizza.png)
43+
<br>
44+
45+
![Demo2](src/images/pizza1.png)
46+
<br>
47+
48+
49+
## Happy Coding!
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
style: {
3+
postcss: {
4+
plugins: [
5+
require('tailwindcss'),
6+
require('autoprefixer'),
7+
],
8+
},
9+
},
10+
}

0 commit comments

Comments
 (0)