ekumamait / FastFOODFast-React

FastFoodFast is an online food delivery service app for a restaurant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WELCOME TO FastFOODFast-React

Build Status Coverage Status


TABLE OF CONTENT;

  • DESCRIPTION
  • PROJECT SETUP
  • AVAILABLE FUNCTIONALITY
  • TESTS
  • PROJECT DEMO

📄 DESCRIPTION;

This is an online food order and delivery service app for a restaurant where registered customers can order daily meals from the famous menu and have the meals delivered to them at home or office. The main focus of this build in its present is the re-implementation of the frontend of the FastFOODFast application using ReactJs.


PROJECT SETUP

  1. Clone the Repository https://github.com/ekumamait/FastFOODFast-React.git

  2. Navigate to the application directory cd FastFOODFast-React

  3. install all dependencies yarn

  4. source all environment variables source .env

  5. Run the application yarn start


AVAILABLE FUNCTIONALITY;
URL Methods Functionality
sign_up POST signs up a user
login POST Logs in a user
menu GET Displays Menu

🔬 TESTS;
  • Tests for components

  • Tests for reducers

  • Tests for actions

  • command to run tests: yarn test -u

  • command to run tests with coverage: yarn test -u --coverage


Project Demo;

Here is the link to the Demo: https://ekumamait-fastfoodfast-react.herokuapp.com/


About

FastFoodFast is an online food delivery service app for a restaurant.


Languages

Language:JavaScript 76.7%Language:CSS 22.2%Language:HTML 1.1%