Potato Farm Frontend

The Frontend implementation of the Simple farm repository , written using the React library

App is contuniously deployed on netlify at: https://musing-poincare-bdc351.netlify.app

running the project locally

  1. Install Node.js, if you haven't already.

  2. Clone the Repo

    git clone https://github.com/MostafaMhmod/potato-farm-frontend
  3. install the dependencies

    yarn
  4. run the react scripts

    yarn start