Skip to content

Restauranté is an Application which shows the restaurant menu and allows user to book a reservation

Notifications You must be signed in to change notification settings

fire-cracker/restaurante

Repository files navigation

Restauranté

Build Status

Table of Contents

Project Overview

Restauranté is an Application which shows the restaurant menu and allows user to book a reservation. It was built using React , Scss and Stripe

Features

  • Checkout Restautant Menu.
  • Book a Reservation.

Demo

Visit App on Heroku

Dependencies

  • Node - A Javascript runtime environment.
  • React - A Javascript library for building user interfaces.
  • React Testing Library - Light-weight solution for testing React components
  • Stripe - React components for Stripe.js and Stripe Elements
  • A package manager - yarn or NPM

Setup

  • $ git clone https://github.com/fire-cracker/restaurante.git
  • $ cd restaurante
  • Add env file and setup using the env.sample file

To install dependencies:

$ npm install or $ yarn install

This will install all the requirements defined in the package.json file inside the directory-app folder.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Contributing

Feel free to 🍴 fork this repository

👯 Clone this repository to your local machine using https://github.com/fire-cracker/restaurante.git

Make Contributions

🔃 Create a new pull request using https://github.com/oyedejipeace/restaurante/compare

License

GitHub