diff --git a/app/src/data/books.json b/app/src/data/books.json index b0886a8..866f4b6 100644 --- a/app/src/data/books.json +++ b/app/src/data/books.json @@ -5612,5 +5612,47 @@ "title": "iWoz: Computer Geek to Cult Icon: How I Invented the Personal Computer, Co-Founded Apple, and Had Fun Doing It", "url": "http://www.goodreads.com/book/show/798635.iWoz", "year": "2007" + }, + { + "amazon_url": "https://www.amazon.com/New-Drawing-Right-Side-Brain/dp/0874774241", + "author": "Betty Edwards", + "category": "Art", + "description": "Translated into thirteen languages, Drawing on the Right Side of the Brain is the world's most widely used drawing-instruction guide. People from just about every walk of life—artists, students, corporate executives, architects, real estate agents, designers, engineers—have applied its revolutionary approach to problem solving. The Los Angeles Times said it best: Drawing on the Right Side of the Brain is \"not only a book about drawing, it is a book about living. This brilliant approach to the teaching of drawing . . . should not be dismissed as a mere text. It emancipates.\"", + "image_url": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1348133732l/627206.jpg", + "isbn": "0874774241", + "lang": "en-US", + "pages": "291", + "rating": "3.86", + "title": "The New Drawing on the Right Side of the Brain", + "url": "https://www.goodreads.com/book/show/627206.The_New_Drawing_on_the_Right_Side_of_the_Brain", + "year": "1989" + }, + { + "amazon_url": "https://www.amazon.com/Steal-Like-Artist-Things-Creative/dp/0761169253", + "author": "Austin Kleon", + "category": "Art", + "description": "An inspiring guide to creativity in the digital age, Steal Like an Artist presents ten transformative principles that will help readers discover their artistic side and build a more creative life. Nothing is original, so embrace influence, school yourself through the work of others, remix and reimagine to discover your own path. Follow interests wherever they take you—what feels like a hobby may turn into you life’s work. Forget the old cliché about writing what you know: Instead, write the book you want to read, make the movie you want to watch. And finally, stay Smart, stay out of debt, and risk being boring in the everyday world so that you have the space to be wild and daring in your imagination and your work.", + "image_url": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1404576602l/13099738.jpg", + "isbn": "0761169253", + "lang": "en-US", + "pages": "160", + "rating": "3.92", + "title": "Steal Like an Artist: 10 Things Nobody Told You About Being Creative", + "url": "https://www.goodreads.com/book/show/13099738-steal-like-an-artist", + "year": "2012" + }, + { + "amazon_url": "https://www.amazon.com/Show-Your-Work-Austin-Kleon/dp/076117897X", + "author": "Austin Kleon", + "category": "Art", + "description": "In his New York Times bestseller Steal Like an Artist, Austin Kleon showed readers how to unlock their creativity by “stealing” from the community of other movers and shakers. Now, in an even more forward-thinking and necessary book, he shows how to take that critical next step on a creative journey―getting known. Show Your Work! is about why generosity trumps genius. It’s about getting findable, about using the network instead of wasting time “networking.” It’s not self-promotion, it’s self-discovery―let others into your process, then let them steal from you. Filled with illustrations, quotes, stories, and examples, Show Your Work! offers ten transformative rules for being open, generous, brave, productive. In chapters such as You Don’t Have to Be a Genius; Share Something Small Every Day; and Stick Around, Kleon creates a user’s manual for embracing the communal nature of creativity― what he calls the “ecology of talent.” From broader life lessons about work (you can’t find your voice if you don’t use it) to the etiquette of sharing―and the dangers of oversharing―to the practicalities of Internet life (build a good domain name; give credit when credit is due), it’s an inspiring manifesto for succeeding as any kind of artist or entrepreneur in the digital age.", + "image_url": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1404580714l/18290401.jpg", + "isbn": "076117897X", + "lang": "en-US", + "pages": "215", + "rating": "4.10", + "title": "Show Your Work!: 10 Ways to Share Your Creativity and Get Discovered", + "url": "https://www.goodreads.com/book/show/18290401-show-your-work", + "year": "2014" } ] diff --git a/app/src/data/categories.json b/app/src/data/categories.json index e47ad80..b3e3698 100644 --- a/app/src/data/categories.json +++ b/app/src/data/categories.json @@ -66,5 +66,9 @@ { "name": "Nature", "emoji": "🌲" + }, + { + "name": "Art", + "emoji": "🖌️" } ]