Rotary Encoder Help

For both projects you don't need the speed of an interrupt version (both movements are slow in the world of Arduinos), so I'd try with a polling version (the software is easier to understand for the beginner) but use one of the interrupt pins (2 or 3 on an UNO) for at least the OUTA line just to be able to change the software to use interrupts if needs later arise.