Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 839 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 839 Bytes

Drawing Idea Generator

A simple app that helps generate random drawing prompts for the user to draw.

Version: 1.0

Project Run Instructions

  1. Clone Project to PC

  2. Open in code editor of choice

  3. Run Main Class

  4. Dialog will pop up, simply enter Y or N to interact with app

What I Learned

This project was created with the intention of teaching myself how to use some of IntelliJ's features for the first time, along with IntelliJ's Github integration tools and how to use them to work on Github repositories.

  • How to setup Git Version Control inside of IntelliJ.
  • How to pull, confirm, and push changes of code to Github.
  • Refresh memory on Object Oriented Programming.