Skip to content

Instantly share code, notes, and snippets.

View Laurencarne's full-sized avatar

Lauren Carne Laurencarne

View GitHub Profile
@Laurencarne
Laurencarne / package.json
Created July 11, 2019 10:13
React.js App
{
"name": "a-novel-idea",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"serve": "^11.1.0"
{
"hogwarts": [
{
"id": 1,
"name": "Harry Potter",
"house": "Gryffindor",
"image": "http://hp-api.herokuapp.com/images/harry.jpg",
"likes": 100
},
{
{
"books": [
{
"id": 1,
"title": "How to be Right",
"image": "https://cdn.waterstones.com/bookjackets/medium/9780/7535/9780753553121.jpg",
"author": "James O'Brien",
"price": "6.99"
},
{