Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FrogRider/fe_final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Food delivery app powered by React

Features:

  • Filter dishes by vegiterian, diet, gluten- containing and cuisines;
  • List of dishes dependns on current day of the week;
  • Search through all the available dishes;
  • Sort your dishes by the name or by the price;
  • Add separate dishes to the order, or select randomly generated menu;
  • Edit your order, confirm or clear it (unable to confirm order containing outdated (unavailable today) dishes);
  • Light or dark theme is set automatically according to your system's theme;

Screenshots:

Image Image Image Image Image

Tech

  • React - declarative, efficient, and flexible JavaScript library for building user interfaces;
  • SCSS - preprocessor which lets you use features that aren't a part of the wider CSS standard;
  • Firebase - Google's mobile application development platform;

In the previous versions of the app, Axios was used to get Json file. Firebase is used for storing and getting data as a back-end part in the latest version.

Installation

App requires Node.js to run.

If you have git installed on your machine:

$ git clone https://github.com/FrogRider/fe_final.git
$ cd fe_final
$ npm install
$ npm start

If you haven't git installed on your machine:

  1. Download archive from here;
  2. Unzip downloaded archive;
  3. Open your downloads folder via terminal;
  4. Run:
$ cd fe_final
$ npm install
$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published