Skip to content

Rahilsiddique/react-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

banner (1)

1. Create accordian using react

2. Create color guessing game using react

  1. Game should contain three option out of which one is correct.
  2. preview of correct color should be shown above the options.
  3. When correct color is selected show it below the options.

3. Circle thing (i dont know what its called : - )

  1. create a react app where user can click on screen and show circle thing at that position.
  2. Provide two buttons undo and redo which when clicked do respective thing to the circles.
  3. Undo deletes the most recently created circle and redo brings it back.

4. Folder structure

  1. create folder structure like this
  2. make the toggle functionality where folder can be open and closed
    image

5. Dropdown

  1. An array of objects is provided with each object containing a country name, country code, and an array of cities in that country
  2. The task is to make a drop down of the country, whenever a country is selected show the drop down of the cities of that country
  3. when an invalid option is selected show some message implying no cities exist

6. Counter with useReducer + context

  1. create a simple counter that can incriment/decriment/reset the counter
  2. incriment according to the input provided by the user

7. dictionary app

8. check befor delete

9. carousel

About

short react challenges

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published