Tips for Frontend

  • Try to make your code as simple as possible. Make sure there is nothing in there that is not needed.
  • Make sure that your sites theme is amusing so that it can draw users onto your site.
  • Try to make your site interactive for the user. This is so that the users stays on the site and enjoys it much more.
  • When coding your frontend make it nice and professional. You do not want your code to look weird on the screen. It will appeal much better to the user if the code looks professional and is not crazy/all over the place.

Tips for Backend

  • Again for backend try to keep it simple and clean. This is because if you have an error its much easier to find with clean code than code that is scattered. You also want this because you don't want to have non-needed code.
  • TESTING! Testing is very important because backend is very fragile. It can work for one minute and then doing one thing could stop it from working the way you want. Use local servers or the group server to test. Make sure to test a lot.
  • Going over your work is also very important. This is because you could have one single small mistake that may not change much, but you always want your code to be at its full potential and keeping a small mistake that is easy fix doesn't allow you to do that.

Team/Individual

  • Never Give Up! I'm gonna be honest, right now I am sitting on my bed at exactly 1:23 am trying to do what I can. I have been trying to do the same thing for about 2 or 3 weeks. I asked questions to my peers, stayed on task, and worked outside of school(during break a lot). I may have not got everything done, but its good to know that I tried and gave my full effort.
  • Communication and Teamwork. These are very important to your success in a group. Some people have better skills than others in certain areas, you have to use these teammates to your advantage. ALWAYS ASK QUESTION! NO QUESTION IS STUPID!