Skip to content

Instantly share code, notes, and snippets.

View CLLane's full-sized avatar
🎨

Christopher Lane CLLane

🎨
View GitHub Profile
### Guiding Questions to Define The Relationship:
* What are each of our learning goals for this project? What drives us in this project?
#### To solidify React concepts including Testing both Ansync and Unit, and create an intuitave and visually pleasing UI.
* What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
#### Paired programming for the first few days, then once the code base is structured we will divy up tasks.
* How do you communicate best? How do you appreciate receiving communication from others?
# Section 1
* [Calendar](https://i.imgur.com/4bLLdxw.png)
# Section 2
* Why do you want mentoring in the job search?
* I would like some extra support given the work load, and I believe that I will be able to make my profile more appealing.
* How will you hold yourself accountable to balancing time for your job search and following your mentor and group's advice?
* I will schedule myself strictly, and treat the process of mentorship as seriously as I have taken my school work thus far.

Tripedia

  • The high level goal of this project is to allow a user to pick a origin and a destination for a road trip anywhere in the US, utilizing React. Once the user has entered the data they will see their route displayed on a google map, from there a series of different attractions will be displayed on the map as pins. The user will be able to hover a pin and see information associated to that specific attraction. There will be an option for the user to add a specific pin to their trip and they should see their route alter on the google map.

Tools and links

Where we are

  • We are successfully rendering the the google map on our page via this code:

Svelte is a ligh weight JavaScript library, much like other user interface frameworks you might have heard of like React.js and Vue.js. Developed by Rich Harris Svelte is meant to be a "Framework without the framework." Designed to improve run times this framework is a lightweight option for JS code it imporves loading/run time while compiling your code into vanilla JS. The hope for this open source framework is that a developer would use less code, save memory, improve compile time all while still having access to state management, custom component events, and simple/familiar code. The cons of Svelte center around the fact that it is relatively new and therefore has a small, yet devoted, community.

Svelte is very similar to React the biggest differnce is that Svelte does not operate of the virtual DOM. Then second biggest way that Svelte differentiates itself from React is there is no this.state in fact there is no specific syntax for state managment in Svelte any variable is available via just a s

Calendar

Questions

  • What motivates you?
    • Having a plan and a destination, a clear view of what I want to get done, and along the journey small pats on the back.
  • How will you keep yourself going when faced with rejection in the job search?
    • I will just take time to do self care and remember that its a bit of luck and my time will come.
  • How will you hold yourself accountable to your plans? (Ex: Attend Mod 5, meet with cohortmates, attend Kayt's coffee shop hours, etc.)
  • I will check in with mod 5 people and hold myself to a schedule.