Planned what I would be learning about and filled out internship form for class.
Wached youtube videos to get familar with the basics of React language.
Downloading Apps like Visual Studio Code and setting up github.
Looked at the project code I will be working on to get famialr with it and its set up.
Set up localhost of the project so I could run it.
Week 2
Finished connecting the localhost app to neon database.
Connected to the admin cms pages and admin login.
Created a react component that can be edited in the admin cms pages.
React component takes user input for name, phone, email, and a message that gets stored in the database and can be read and accessed through the admin cms pages.
Week 3
I have began working on a cms page for the web app that the admins can use to make custom forms.
It will be a custom form builder that the admins can access to create new forms that can be put on to the website pages that users can be able to input information that will be stored in the online database.