Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 919 Bytes

README.md

File metadata and controls

43 lines (22 loc) · 919 Bytes

Cooking Master 👩🏻‍🍳

A recipe application which displays and allows users to filter through recipes. Built with react and styled-components.

The Application in Action

Starring Feature

Starring Feature

Searching Feature

Searching

Installation and Setup Instructions

You will need node and npm installed globally on your machine and then you can clone this repository.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To Visit App:

localhost:3000

More Information

  • The trello board I made to accompany this project is found here.
  • Testing:
    • Continuous Integration: config.yml file for circleci.
    • Unit tests using Jest.