/recipes-filter

Listing example and recipe filter in React

Primary LanguageJavaScriptMIT LicenseMIT

Recipe Filter logo

Recipe Filter - Example

Listing example and recipe filter in React

codecov Build Status Maintainability Issues GitHub

► Requirements

[x] Node (8 or higher) [x] Yarn (or NPM)

► Installation

Clone this repo, install the dependencies and start the app.

git clone https://github.com/DittrichLucas/recipes-filter.git

yarn

yarn start

► Screenshots

Initial


Mark

► Contributing

  1. Make the project fork (https://github.com/DittrichLucas/recipes-filter)
  2. Create a branch for your modification (git checkout -b feature/fooBar)
  3. Do the commit (git commit -am 'Add some fooBar')
  4. Push (git push origin feature/fooBar)
  5. Create a new Pull Request