CodeNewbie Community 🌱

Ezpie
Ezpie

Posted on

Guaranteed The Most Best Way To Test Your React Skills

When I started learning reactjs I was not having any idea. Then I thought that many of you may not any ideas as beginner react developers. So these are the projects I would recommend doing

1. Todo todo todo!

Todo is the most best idea to learn any programming language!
SO the same is for react! Try to make a web app with same components with an input component and a storing component.

2. Weather of the world

Yes try using some cool apis from the net and watch this Youtube video for more detail.

3. Tic Tac react?

Try to make a tic tac toe game using react! try to make it with

  1. one component to handle the game
  2. one to tell the winner And all setup to play!

4. The time is?

Time is hard to handle but with react make a world time clock! and yes some more apis.

last but not lest(stop for a drum roll) twitter!

Yes! Twitter build a simple web app like twitter. Don't have to add database(It's only front-end not back-end!). With this you are all set to dive into react and within a mouth(maybe a bet more longer) you are a react developer!!

Top comments (1)

Collapse
 
oldember profile image
Juan Arvelo

Thanks for the ideas. I will try the Todo.