Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 7 hours 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 (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-07T14:30:02.000Z (6 months ago)
- Last Synced: 2024-05-08T08:33:17.989Z (6 months ago)
- Language: JavaScript
- Size: 656 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