/ArtBlock

Never struggle with art block again with this app that helps generate inspiration through reverse image searching and idea generation.

Primary LanguageDart

ArtBlock

Never struggle with art block again with this app that helps generate inspiration through reverse image searching and idea generation.

Table of contents

MVP (Minimum Viable Product)

  • Return paintings/art of similar HTML color codes
  • Filter bar to filter out art results based on keywords
  • Use reverse image search to return similar designs/paintings

Stretch Goals

  • Allow the user to upload their own artwork with tags into the database
  • Have a like/dislike system for ideas
  • Include writing ideas (poems, story, etc)

Tech Stack

Dependencies

GitHub Cheat Sheet

(Thanks Emily ^-^)

General Use

Command Description
cd "ArtBlock" Change directories over to our repository
git branch Lists branches for you
git branch "branch name" Makes new branch
git checkout "branch name" Switch to branch
git checkout -b "branch name" Same as 2 previous commands together
git add . Finds all changed files
git commit -m "Testing123" Commit with message
git push origin "branch" Push to branch
git pull origin "branch" Pull updates from a specific branch

Resources