This project was bootstrapped with Create React App.
- 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;
- 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.
App requires Node.js to run.
$ git clone https://github.com/FrogRider/fe_final.git
$ cd fe_final
$ npm install
$ npm start- Download archive from here;
- Unzip downloaded archive;
- Open your downloads folder via terminal;
- Run:
$ cd fe_final
$ npm install
$ npm start



