In present sceneario i am using Alert component that is in component folder to create alert when some action happens or loading like signing in or posting posts.I want to make it much smoother because now if i enter wrong password while signing in it only appear once and after then nothing appear in alert it run only once.I want it work properly if possilbe create new alert component and do whatever you think is good.
about alert component:
Alert takes two props type and message on the basis of it appears red or green and shows message.
You have to do:
At any API call if it is fetching or loading from database then proper alert or message should appear like LOADING.... OR POSTED SUCCESSFULLY..... DELETED SUCCESSFULLY ........ etc.
you have to work mainly on:
1.Login time proper message and warning.
2..Signup time proper message and warning.
3.At the time of changin profile or updating it.
In present sceneario i am using Alert component that is in component folder to create alert when some action happens or loading like signing in or posting posts.I want to make it much smoother because now if i enter wrong password while signing in it only appear once and after then nothing appear in alert it run only once.I want it work properly if possilbe create new alert component and do whatever you think is good. about alert component: Alert takes two props type and message on the basis of it appears red or green and shows message.
You have to do: At any API call if it is fetching or loading from database then proper alert or message should appear like LOADING.... OR POSTED SUCCESSFULLY..... DELETED SUCCESSFULLY ........ etc. you have to work mainly on: 1.Login time proper message and warning. 2..Signup time proper message and warning. 3.At the time of changin profile or updating it.