Skip to content

MustafaJohnny/Its-Your-Birthday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's Your Birthday! - React Practical Project

Overview

It's Your Birthday is a simple and great React Application. This App will allow users to exactly know, how much days and hours is left until their next birthday. The user simply inputs his birthday date and then the timer will start. This project was a little challenging for me but I really had so much fun building it, maybe the app seems easy from the outside but from the inside I just wanted to go wild and use everything I know so far about React in it. I'm truly proud of this one!

Secreenshots

app

Links

Built with

What I learned

  • Rendering Components Conditionally Depending On States.
  • More Familiar With UseReducer Hook And Dispatching Actions.
  • Working With UseEffect and UseCallback Hooks.
  • Implementing Custom React Hook to outsource App Logic.
  • Creating Class-Based Error-Boundary Component.
  • Basic Usage Of Styled Components And More...