https://github.com/mukeshjha3/pizza-application
This is Full Stack pizza Application whose backend is made on SpringBoot and for frontend we have used React.js with Tailwind
https://github.com/mukeshjha3/pizza-application
Last synced: 5 days ago
JSON representation
This is Full Stack pizza Application whose backend is made on SpringBoot and for frontend we have used React.js with Tailwind
- Host: GitHub
- URL: https://github.com/mukeshjha3/pizza-application
- Owner: mukeshjha3
- Created: 2024-05-07T06:56:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-15T07:19:37.000Z (5 months ago)
- Last Synced: 2025-04-16T01:51:05.678Z (2 months ago)
- Language: Java
- Size: 664 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Technologies Used in the Project
1. SpringBoot
2. Maven
3. React.js
4. Tailwind
5. MySql
6. React-Router-Dom
7. Spring Data JPA
8. Local-Storage
9. COntext-APi
About The Project
In the backend, I have used the Springboot project with mysql database to store the all the information related to pizza (productID, productName, productSize, productImageUrl).
In the frontend i m using the fetch Api to fetch the details related of all the product...React-Router-Dom is used for navigation on different URL...
Context-API is used for live updating the count of products inside the cart
LocalStorage is used for Saving the cart items in the browser as i have not made the Api for adding product into the Cart
Tailwind is used for StylingTODO
1. Payment Integration
2. Fully Responsive
3.login-IN, Sign-UP and Logout features