Momentum logo
Team 12 Classroom

๐ŸฆŠ Authentication in a React App ๐ŸฆŠ

Posted on Jun 1st, 2022

๐Ÿ—“๏ธ Todayโ€™s topics

  • Using Forms in React
  • Revisit โ€œWhat is logged in?โ€ in code
  • Requesting an auth token for login

๐ŸŽฏ Project

Work with your team to get the initial components in place for the QuestionBox or Social E-cards project.

By Friday

  • be able to make GET requests for questions and answers / cards and friends
  • show them on the page
  • have a solid start on POST requests
  • deploy to Netlify as soon as possible (TIP โญ Your code needs to run locally with no errors before you can deploy it!)

๐Ÿ”– Resources

Back to home