Skip to content

React restaurant application built using react and firebase

Notifications You must be signed in to change notification settings

dnmore/crave-waves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cravewaves - Restaurant Application

Overview

Cravewaves is a fully responsive restaurant application built with React and Firebase. Users can browse the restaurant menu, authenticate and add items to the cart.

Features

  • Browse available menu items
  • User authentication (login/sign-up)
  • Add items to the cart
  • Modify item quantities on the checkout page
  • Remove items from the cart

Tech Stack

  • React– Front-end framework
  • SASS – CSS preprocessor
  • Firebase– Backend as a service for authentication and database
  • Styled Components– Styling React components
  • dotenv – Environment variable management

Getting Started

Installation

Clone the repository and install the dependencies:

$ git clone https://github.com/dnmore/crave-waves.git
$ npm install

Firebase Configuration

Set up environment variables for Firebase configuration in utils/firebase. Create a .env file to store your Firebase API keys.

Running the Application

To start the development server, run:

$ npm start

The server will be running on http://localhost:3000/

License

This project is licensed under the MIT License.

About

React restaurant application built using react and firebase

Topics

Resources

Stars

Watchers

Forks