/fit-meals

Fit meals order app is built on ReactJS.

Primary LanguageJavaScript

Fit Meals

On the homepage users can easily add meals that they want to the shopping basket. On the modal we allow users to check their meals and fill order form to complete the process. This order data send to the firebase database, in this way order process can continue to the next step. The link to the live project can be found at the bottom.

LiveURL: http://fitmeals-can.surge.sh/

🔎 Technologies

  • ReactJS

📷 Screenshots

Main Page

image

image

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installation

A step by step guide that will tell you how to get the development environment up and running.

  • Clone the repository
git clone https://github.com/ahmetcankaratas/fit-meals
  • Install dependencies
cd fit-meals
npm install
  • Build and run the project

npm start

Navigate to http://localhost:3000