/routing-theme-auth

Routing, Light and Dark Theme , Authentication, Protected Routes, 404 route

Primary LanguageJavaScript

7: React Router (section-7)

  • Basic Routing
  • Nested Routing
  • Project: Use your knowledge of routing to make a login and sign up flow using localStorage for storing data. When authenticated, direct users to appropriate pages. Also show a 404 page in case someone types undeclared route

    9: Context API (Section-9)

  • Why use Context
  • Study different parts of Context API
  • Project: Use the above login and signup project. Implement dark mode in it. Use Context to save the theme color and to change the background of different components