All Projects → aashishpeepra → RestaurantReactApp

aashishpeepra / RestaurantReactApp

Licence: other
This is a responsive website that uses PWA app standards, completely created with React, React router and firebase

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to RestaurantReactApp

firebase
Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
Stars: ✭ 36 (-38.98%)
Mutual labels:  firebase-database, firebase-realtime-database
FirebaseDemo
Firebase realtime database demonstration with Swift, Kotlin & Dart (Flutter).
Stars: ✭ 18 (-69.49%)
Mutual labels:  firebase-database, firebase-realtime-database
ezdmb
A dead-simple digital menu board display and configuration, written in Python.
Stars: ✭ 17 (-71.19%)
Mutual labels:  restaurant, restaurant-management
Sistema-Restaurante
Open Source Software Restaurant
Stars: ✭ 61 (+3.39%)
Mutual labels:  restaurant, restaurant-management
javascript-jokes
PR your joke if you know good ( or horrible ) js joke . I will post it on coding valley's insta page.
Stars: ✭ 66 (+11.86%)
Mutual labels:  good-first-issue, hacktoberfest2020
uMe
Online Chatting Application (Android) || Messaging App || Firebase
Stars: ✭ 138 (+133.9%)
Mutual labels:  firebase-database, firebase-realtime-database
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (-59.32%)
Mutual labels:  good-first-issue, hacktoberfest2020
Space
A real time chat app for developers built using React, Redux, Electron and Firebase
Stars: ✭ 161 (+172.88%)
Mutual labels:  firebase-database, firebase-realtime-database
PetroFDS
ThePetronics Food Delivery System(PetroFDS)
Stars: ✭ 48 (-18.64%)
Mutual labels:  restaurant, restaurant-management
cpalgorithms
Algorithms and Techniques for competitive programming
Stars: ✭ 16 (-72.88%)
Mutual labels:  good-first-issue, hacktoberfest2020
Firebase Esp8266
ESP8266 Firebase RTDB Arduino Library
Stars: ✭ 228 (+286.44%)
Mutual labels:  firebase-database, firebase-realtime-database
good-first-issues
Find good first issues right from your CLI! 🚀
Stars: ✭ 64 (+8.47%)
Mutual labels:  good-first-issue, hacktoberfest2020
Firebase Authentication Dotnet
C# library for Firebase Authentication
Stars: ✭ 222 (+276.27%)
Mutual labels:  firebase-database, firebase-realtime-database
styles
A collection of cool effects in html, css and javascript.
Stars: ✭ 35 (-40.68%)
Mutual labels:  good-first-issue, hacktoberfest2020
Firebase Esp32
ESP32 Firebase RTDB Arduino Library
Stars: ✭ 204 (+245.76%)
Mutual labels:  firebase-database, firebase-realtime-database
anonymous-web
💬 A PreactJS powered progressive web (chat) application (Not active)
Stars: ✭ 28 (-52.54%)
Mutual labels:  firebase-database, firebase-realtime-database
Petshop
Pet Shop is an e-commerce application for Android built with Flutter (iOS to come soon).
Stars: ✭ 127 (+115.25%)
Mutual labels:  firebase-database, firebase-realtime-database
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+3674.58%)
Mutual labels:  firebase-database, firebase-realtime-database
Chatter
Real time chat app written in Swift 4 using Firebase
Stars: ✭ 30 (-49.15%)
Mutual labels:  firebase-database, firebase-realtime-database
hacktoberfest-participants
🎃 A platform that showcases a list of all the hackers (including their stats), participated in the month-long challenge Hacktoberfest presented by DigitalOcean.
Stars: ✭ 38 (-35.59%)
Mutual labels:  good-first-issue, hacktoberfest2020

RestaurantReactApp


Structure

  • Used create-react-app and cra-template for structure
  • Components are functions
  • Containers are Classes
  • Completely Responsive
  • Uses Firebase Realtime DataBase
  • Completely Dynamic website
  • Routing with React Router

Working

The complete data is getting requested from firebase Realtime database, the components use that data to display the results, the components in menu, offers and other sections can then directly be modified by simply modifying the data in database, for example if the price of something changes or the image of some dish changes you don't have to modify the code, simply make the change in databse and it will be reflected on the website. For the routing purpose react-router is used and specifically hashBrowserRouter is used because it has enchanced performance on react Hosting. The hosting is done on firebase at Website

I created this website last year for a local shop owner but later on when I didn't sell it, I thought to make it open source and here it is. Feel free to use the provided components and code in your website just provide the copyright

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].