To have zsh automatically cd to a directory without requiring you to type cd, set this option:
setopt auto_cd
So, if you have a directory foo in the current directory (and no command foo exists in your path), typing simply foo will be equivalent to cd foo.