META Portfolio
By the middle of May 2023, I will have completed the Advanced React course, and it was time once again to create something in React. This section was more difficult than the previous sections. React was supposed to be JavaScript, yet most of it seemed different. I persevered, and the project I was tasked with creating was a portfolio with a functioning form with error handling. Upon completion, I'd be moving on to UX/UI Principles.
META Portfolio: GitHub
Project Requirements:
Lessons Learned: There are more things I learned in this course than I can count. Some of them include: testing React components, rendering lists and form components, fetching data from a remote server, building and using custom hooks, lifting state, and component composition techniques.
Continued Development: Building out this project showed me that there is still a lot to learn about both JavaScript and React. While I was able to use the material from the course to guide me in completing the project, I would need a lot more practice before I would be comfortable using React.