Skip to content

Latest commit

 

History

History

07-Finding the Path

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Namaste React Course by Akshay Saini

Episode 07 - Finding the Path

Coding Assignment:

  • Add Shimmer Effect without installing a library.
  • Install react-router-dom.
  • Create an appRouter and Provide it to the app.
  • Create a Home, About, and Contact Page with Link (use child routes).
  • Make an Error page for routing errors.
  • Create a Restaurant Page with dynamic restaurant ID.
  • (Extra) - Create a login Page using Formik Library.