0% found this document useful (0 votes)
36 views5 pages

Java API Documentation Assignment

The document provides hints and questions for creating various components in ReactJS, including: 1) Creating a profile component 2) Creating a background changer 3) Rendering custom anchor tags 4) Generating paragraphs of random lengths 5) Rendering a GitHub profile card from the GitHub API 6) Building an OTP login with automatic cursor movement between fields 7) Creating a birthday wisher site that displays cards with wishes based on a name

Uploaded by

mixeker669
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views5 pages

Java API Documentation Assignment

The document provides hints and questions for creating various components in ReactJS, including: 1) Creating a profile component 2) Creating a background changer 3) Rendering custom anchor tags 4) Generating paragraphs of random lengths 5) Rendering a GitHub profile card from the GitHub API 6) Building an OTP login with automatic cursor movement between fields 7) Creating a birthday wisher site that displays cards with wishes based on a name

Uploaded by

mixeker669
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

React Problems- 100xdevs

React Problems- 100xdevs

Question.1 : create a profile component in reactJS.

Question.2 : create a background changer in reactJS


Question.3 : create your custom react using JS and render anchor tag.

Hint: In react we have a root element, here you have to create a HTML element and using JS
render anchor tag.

1.) Create an object for react element that has html anchor data
2.) Create a function that generates html code from reactElement and returns the final html tag
3.) Create a function customRender that takes in the object and the path of html where it will be
rendered

Question.4 : create a paragraph generator which takes length of words in


paragraph and generate paragraph.
Question.5 : Using [Link] API render
your GitHub information as your GitHub info Card.

Question.6: create a OTP Login in reactJS.

Hint: you have seen Login via OTP on some sort of site like: hotstar etc. you have to build that.
here is the basic prototype/design
Note: suppose that if user enter first digit of OTP, so cursor will automatically jump to the second
digit.

Question.7: create a birthday wisher site which takes a name of a person


and render 2-3 birthday wish cards.

No video with supported format and MIME type found.

You might also like