Some time sql server installs properly on pc but it does not connects.
One of the reason is 1433 port is not opened for sql server. To check this run below command in command prompt. It it replies properly then port is open, otherwise no.
C:\>netstat -an | find ":1433"