We are supposed to develop a working web application that stores and retrieve data to/from a database server. The theme of the project is Restaurant Review and should contain the following basic features: User registration, User login, Display list of restaurant and Restaurant reviews. Some advanced features that I had were creating the user's favourite restaurant, deleting and adding it. A filter system to find the specific restaurant you want , a delete user button and a edit review page as well.
User registration
User login
Display the list of restaurant
Restaurant reviews
• What difficulties did you encounter in developing the application and how did you go about resolving them?
A lot of the difficulties that I encountered are javascript functions and designing of the website. For the javascript functions, there are two ways to solve the problem first I would check if StackOverflow has the solution that I am looking for. If it does not have what I am looking for, I would approach my teacher to clarify my mistakes.
• Did you seek help from anyone? If yes, state what kind of help they have offered you.
I seek help from my teacher she offered to explain my mistakes and point them out but she does not provide any answers.
• What grade do you expect to get for the assignment? Why?
I expect to get an A as I have multiple advanced features and it is designed pretty nicely and I have all the basic features as well.
• After completing the assignment, what are your thoughts about the skills you have just learnt?
I felt pretty satisfied with the skills I acquired after completing the assignment, especially learning how to design the website properly with HTML and CSS. For example, I want a text in the centre just to use CSS text-align: auto, this makes the text in the centre of the screen.
HTML (Visual Studio Code)
CSS (Visual Studio Code)
JAVASCRIPT (Visual Studio Code)
SQL (MYSQL)
POSTMAN