Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignment 1 Assignment 1 (5 Marks, 5% of the final grade): Stage 1(25%) : - Propose a topic for your react application and explain in
Assignment 1 Assignment 1 (5 Marks, 5\% of the final grade): Stage 1(25%) : - Propose a topic for your react application and explain in 1 paragraph what the purpose of this application is. You can include this as a document alongside the project files. - This application will provide information to the user through different components. For example, a web application that gives you a list of available hotel rooms, their fees and available services. The list can be static, and you don't have to use an API call. - Create a new app, and name it " { appTopic }-\{yourname } ". - Your app should have a minimum of six components, and it is up to you if you want to utilize the functional component or class component. Stage 2(75%) : The app must utilize the prop and state features of react in a meaningful way. - At least three components must receive props from their parents, and one component must utilize the state feature. - You should have a minimum of 2 state variables in your application. These variables can be in any of the components. - You need to style your application! Use your knowledge of CSS to give some colours and borders to your application. Use your creativity and make it look how you want it to be! Submission: - Submit all project files (You need to exclude the node_modules folder from the react project folder as it has a large file size). - Please use a file compressor such as 7zip or a similar file compressor to zip/rar your files
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started