Skip to content

LydiaWozniak/cooking-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.