• Stars
    star
    291
  • Rank 142,563 (Top 3 %)
  • Language
    JavaScript
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Restaurant App

BoilerPlate Used React Native https://github.com/kaushiknishchay/React-Native-Boilerplate

BoilerPlate Used React.JS https://github.com/Codebrahma/Codebrahma-React-Boilerplate

Setup

Prerequisites

  • Install and setup the backend server

https://github.com/Codebrahma/RestaurantApp-Express

Installation

  • run npm install or yarn install

Run on Device

  • run yarn android or yarn ios to run on device or emulator

Start the web version

  • run yarn start:web

Project info

Main objective of this project was to have a single code base for both web and mobile apps with the logic and view separated.

Project Structure

    /android                - React native android source code
    
    /app                    - React native specific code
        /base_components    - reusable react native components
        /components         - react native components
        /screens            - connected to store components
        /App.js             - App Root component
        /router.js          - route config
        
    /assets                 - contains image and fonts
    /ios                    - React native ios source code
    
    /src
        /actions            - all redux actions
        /constants          - colors and Assets
        /reducers           - all reducers
        /sagas              - all redux sagas  
        /service            - API methods
        /store              - store config
        /utils              - some utility functions

    /web                    - react js web specific code
        /screens            - connected to store components
        /components         - react components
        /base_components    - reusable react components
        /App.js             - App Root component
        /routes.js          - route config
    /webpack                - webpack config
    

ScreenShots - Native App

More Repositories

1

gatsby-ecommerce-pwa

A Sample Ecommerce PWA using Gatsby
JavaScript
54
star
2

Restaurant-Express-API

Express Backend for Restaurant app
JavaScript
45
star
3

react-lite-ui

A set of React components. Themable / Customizable / Light weight library
JavaScript
40
star
4

serverless-grocery-app

Grocery Purchase app with serverless AWS Lambda + DynamoDB + React
JavaScript
33
star
5

react-flexible-sliding-menu

A React library which provides Flexible Sliding Menu with an easy to use API and a bunch of other awesome features. Also, you get to choose which animation you want for the sliding menu.
JavaScript
22
star
6

microservice-template

JavaScript
21
star
7

Codebrahma-React-Boilerplate

A React Boilerplate with all the latest packages.
JavaScript
19
star
8

csv-to-graphql

Simple Node.js app which provides graphql APIs for CSV input.
JavaScript
14
star
9

react-notifications-menu

Simple, fully customisable React component for notifications dropdown
JavaScript
13
star
10

react-multi-level-selector

React component for Multi level options Selector for your application
JavaScript
13
star
11

React-Chat

Highly customizable / Themable set of components to build your chat app
CSS
11
star
12

redux-action-watch

Watch/Listen actions dispatched to redux.
JavaScript
11
star
13

React-combobox

Easy accessible combo-box
TypeScript
9
star
14

nodejs-backend-boilerplate

Node.js Backend boilerplate for rest apis with google oauth authentication
JavaScript
9
star
15

gamification-platform-backend

Internal Gamification platform For Codebrahma Technologies
JavaScript
8
star
16

serverless-gatsby

Serverless gatsby
JavaScript
6
star
17

react-responsive-multi-level-menu

React component for a space-saving drop-down menu with subtle effects
JavaScript
6
star
18

logem

Opinionated logger for terminal with papertrail integration
JavaScript
5
star
19

swr-vs-react-query

Sample application to demonstrate the difference between SWR and React Query
JavaScript
5
star
20

react-searchable-filter

The Searchable Filter component in React
TypeScript
5
star
21

gatsby-theme-blog

Gatsby Blog theme with tags and categories
JavaScript
4
star
22

constantizable

A Rails Plugin providing an elegant way to query constant tables, and inquire constant table objects.
Ruby
4
star
23

react-redux-boilerplate

Initial setup for react+redux app
JavaScript
3
star
24

cb-ograph

Orion DB's graph visualisation engine, abstracted and refactored.
ApacheConf
3
star
25

cb-react-components

A simple lightweight form library
JavaScript
3
star
26

ReactJS-RestaurantApp

JavaScript
2
star
27

blockchain

A blockchain built from scratch for learning
JavaScript
2
star
28

serverless-design-system

JavaScript
2
star
29

ReactJS-Forms

JavaScript
1
star
30

Node-Express-Mongoose-Boilerplate

Node Express Mongoose Boilerplate
JavaScript
1
star
31

react-stateless-modal

JavaScript
1
star
32

react-native-expo-boilerplate

Simple lightweight expo boilerplate code for react-native projects.
JavaScript
1
star
33

Angularjs-TDD-Example

Building an angular app with TDD using karma
JavaScript
1
star
34

imgur-client-app

Imgur client application build with React
JavaScript
1
star
35

rn-github-gist-app

React Native client application for github gists
JavaScript
1
star
36

react-network-status-notifier

Simple React component to notify whenever your application status changes from Online to Offline or vice-versa.
JavaScript
1
star
37

create-image

JavaScript
1
star