Cse201 Practical Exam Question New

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

CSE 201 Internet and World Wide Web Final Examination (February 2024)

Duration: 9:30 – 4:30

Answer all questions

Instructions:

a. Create a folder with your student ID install reactjs and answer the
following questions.

b. Answer all questions

1. Develop a simple React component to represent a landing page. Include a header, a


main content section, and footer. Use appropriate styling to enhance the visual
appeal.
2. Create separate React components for a login form and a registration form.
Include relevant form fields, such as username, password, and email.
3. Build a React component to represent a user dashboard. Include mock data for
displaying user information and recent activities. Use state and props
appropriately.
4. Implement React Router to create navigation between the landing page, login form,
registration form, user dashboard, additional contact page, and about us page.

Good luck.

You might also like