react beginner projects code example

Example 1: python beginner projects

-Guess The Number. Write a programme
 where the computer randomly generates
 a number between 0 and 20
-Rock, Paper, Scissors Game
-Tic Tac Toe
-Password Generator
-Hangman
-Binary Search Algorithm

Example 2: professional react projects

/* 5 React projects you should build
 
1.Build a Social Media App    https://www.freecodecamp.org/news/content/images/2020/01/social-media-cropped-min.gif
2.Build an E-Commerce App     https://www.freecodecamp.org/news/content/images/2020/01/ecommerce-cropped-min.gif
3.Build an Entertainment App  https://www.freecodecamp.org/news/content/images/2020/01/entertainment-cropped-min.gif 
4.Build a Messaging App       https://www.freecodecamp.org/news/content/images/2020/01/messaging-cropped-min.gif 
5.Build a Productivity App    https://www.freecodecamp.org/news/content/images/2020/01/productivity-cropped-min.gif 

ref : https://www.freecodecamp.org/news/5-react-projects-you-need-in-your-portfolio/ 
 */