An open API service indexing awesome lists of open source software.

https://github.com/natac13/vegan-recipe-app

A recipe app I am working on for my mom to store recipes.
https://github.com/natac13/vegan-recipe-app

Last synced: 3 months ago
JSON representation

A recipe app I am working on for my mom to store recipes.

Awesome Lists containing this project

README

        

## Intro

This is a *Vegan* Recipe storage app that I built for my mom to store her growing collection. We both went vegan in the early part of 2015 and with her love of cooking she has set out to remake a bunch of dishes from prior as well as create new ones for us to enjoy. During this process she may even teach me how to cook.

------------------------------------------------------------------------------

## Install

This is a work in progress right now. To run the app.

```sh
// dependencies
npm install

// launch Webpack development server
npm start
```

I will have testing later with Mocha and Chai.