Skip to content

Latest commit

 

History

History
94 lines (62 loc) · 2 KB

README.md

File metadata and controls

94 lines (62 loc) · 2 KB

Recipio

Recipes App

Manage your recipes!

Table of Contents


Demo

Here is a working live demo: https://recipes-app.netlify.com/

Features

  • Add recipe steps.
  • Manage ingredients.
  • Fav and archive recipes.

Usage example


Quick Guide

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

  1. Clone this repository
git clone https://github.com/guidosantillan01/recipio
  1. Go into the repository
cd recipio
  1. Install dependencies
npm install
  1. Run the app, you will then be able to access it at localhost:3000
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.


Built with

This project uses a number of open source projects to work properly:

  • Pure Javascript
  • Webpack 4.5.0
  • MomentJS
  • uuidv4

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Authors

Licence

This project is licensed under the MIT license - see the LICENSE file for details.