Salko Balić
@thedev966All comments
- @mcwachira@thedev966
For mobile responsiveness, you need to use media-queries. Look it up on google and practice it. If this is your first project in web development, then it's fine. However, there is a lot of to improve on it. Good luck.
- @seniorteck@thedev966
It's always easy to give up but whenever you feel like losing your motivation to keep it up, always do recall the reason why you even started this programming journey! Life is not meant to be easy, it's full of challenges you have to pass or just give up like a coward xd.
Something you can improve:
- Your footer has an ugly transition on hover event. Use transition css property to fix it.
- css and js folders should not be inside of assets folder. Place them in the root directory
- You have uploaded styleguide file, design folder and screenshots folder for no reason to your github repo. Remove them.
- (Optional) Look up "BEM - Naming convention" and try to use it in your next project. It's the best way (imo) to name your css classes and keep it as clean as possible.