Created
December 13, 2019 16:23
-
-
Save cammac60/142661fb5cb4d78eff33c8e6fb17c26d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. This project is a site that displays information about the Star Wars franchise characters and movies and allows a user to favorite characters/view their favorites. It was built primarily to practice and learn the React framework and served as an introduction to some of the main concepts and methods of the framework for me and my project partner. | |
2. On a team I typicaly take on a leadership role in terms of technical thinking an planning. I am confident in my ability to think through complex problems, weight positives/negatives of different sollutions, and help my team work together to think things through and come up with the best sollution. | |
3. If I have been stuck on a coding problem for a while I will first do a little bit more research/googling. I will see if I can find an answer online or see if I can use the answer to a simillar problem. If I feel like I have thouroughly researched the issue and still haven't found a sollution or come to any realizations about what is causing the issue I will start to rubber duck. I find that when I try to explain the issue to myself I'm often able to see things more clearly and think of other approaches I can take. I also find that sometimes it can be good to walk away from a problem or work on something else for a bit and come back to the problem once you've had some time away from it. If none of that works, I will ask someone else to take a look. Sometimes it can be easy to get some blinders while coding and a fresh set of eyes can offer a new perspective and new ideas. | |
4. A personal takeaway from this project is that I should just jump into things and not be as hesitant to try new things. I felt a little anxious to build out certain things with this project for some reason but I found that oncve I got started it wasn't nearly as hard or scary as I thought it would be an I had some fun working through some of it. | |
5. A technical takeaway from this project was realizing how powerful React Router is an how easy it makes functionality that would normally be a pain in Vanilla JS. | |
6. On my next project I would like to challenge myself more and jump staright into some of the more difficult problems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment