1
0
Fork 0

Renamed project to Sortable Recipes

This commit is contained in:
Ava Gaiety Wroten 2019-12-22 17:01:59 -06:00
parent 51dc8b2874
commit 0ee8af9f56
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# emberconf2020 # Sortable Recipes
This README outlines the details of collaborating on this Ember application. This README outlines the details of collaborating on this Ember application.
A short introduction of this app could easily go here. A short introduction of this app could easily go here.
@ -20,7 +20,7 @@ You will need the following things properly installed on your computer.
## Installation ## Installation
* `git clone <repository-url>` this repository * `git clone <repository-url>` this repository
* `cd emberconf2020` * `cd sortable-recipes`
* `npm install` * `npm install`
## Running / Development ## Running / Development

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Emberconf2020</title> <title>Sortable Recipes</title>
<meta name="description" content=""> <meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">

View file

@ -1,8 +1,8 @@
{ {
"name": "emberconf2020", "name": "Sortable Recipes - EmberConf 2020",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"description": "Small description for emberconf2020 goes here", "description": "Sort and view random recipes from MealDB",
"repository": "", "repository": "",
"license": "MIT", "license": "MIT",
"author": "", "author": "",

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Emberconf2020 Tests</title> <title>Sortable Recipes Tests</title>
<meta name="description" content=""> <meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">