Skip to content

findshrey/food-order-app

Repository files navigation

React Meals

A Food order app I created to practice modern React workflow. Bootstrapped using CRA.
Uses Google Firebase for authentication. Firebase's Realtime Database is used for storing user data. Payment Integration using Stripe.

demo-1 demo-2

Installation & Set Up

  1. Install and use the correct version of Node using NVM

    To verify that nvm has been installed, do:

    command -v nvm
  2. Install dependencies

    npm install
  3. Start the development server

    npm run start

    Open http://localhost:3000 with your browser to see the result.

    You can start editing the page by modifying src/index.js. The page auto-updates as you edit the file.

Building for Production

  1. Generate a full static production build

    npm run build

LICENSE

The MIT License

About

[WIP] Food order app built with React + Firebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published