I would like to know which device in the Arduino range I need to use to make a project standalone. I have a sketch which works fine, but want to put the code onto another device so I can get the use of my UNO back but finalize the project so it will continue to work without the UNO.
There are good instructions here http://arduino.cc/en/Tutorial/ArduinoToBreadboard including instructions about using the Atmega328's internal 8MHz oscillator which reduces the number of external components. I have an 8MHz version running happily to control my fridge.