Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 418 Bytes

File metadata and controls

26 lines (21 loc) · 418 Bytes

Simple React Recipe App

Search your favourites recipes

Installation

Use the package manager npm to install project and to run.

cd app
npm install 
npm start

or yarn

cd app
yarn install
yarn start

Build With

  • React 16+
  • React Hooks
  • HTTP Request

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.