-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Happy Thoughts! #443
Open
Amanda-Sjstrm
wants to merge
20
commits into
Technigo:master
Choose a base branch
from
Amanda-Sjstrm:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Happy Thoughts! #443
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
39ac5c3
npm i + prettier config
Amanda-Sjstrm 0e9f49e
added components
Amanda-Sjstrm 584a8a8
Fixed "like-button"
Amanda-Sjstrm 50c228d
Update happyText.png
Amanda-Sjstrm 2136dbe
Update happyText.png
Amanda-Sjstrm 7a29133
Update index.css
Amanda-Sjstrm 5b57a34
Smaller changes
Amanda-Sjstrm 4823fee
cleaned up parent component
Amanda-Sjstrm 64c472f
Fixed broken "like-button"
Amanda-Sjstrm ecb4ff3
css updates
Amanda-Sjstrm d88d62d
Update Parent.js
Amanda-Sjstrm 6188101
fixed broken Form component
Amanda-Sjstrm 257d9f7
fixed broken form component. again.
Amanda-Sjstrm 87c668e
Update happyText.png
Amanda-Sjstrm d47a64e
Update index.css
Amanda-Sjstrm 6652908
added favicon
Amanda-Sjstrm bc8b41d
Update README.md
Amanda-Sjstrm e2f7de5
Update README.md
Amanda-Sjstrm bdb705f
-
Amanda-Sjstrm cd4d8ce
Merge branch 'master' of https://github.com/Amanda-Sjstrm/project-hap…
Amanda-Sjstrm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint", | ||
"editor.formatOnPaste": false, // required | ||
"editor.formatOnType": false, // required | ||
"editor.formatOnSave": true, // optional | ||
"editor.formatOnSaveMode": "file", // required to format on save | ||
"files.autoSave": "onFocusChange", // optional but recommended | ||
"vs-code-prettier-eslint.prettierLast": false, // set as "true" to run 'prettier' last not first | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
# Happy Thoughts | ||
During this week we're looking at how to react to changes in state or a component mounting using useEffect. | ||
What you will learn | ||
|
||
Replace this readme with your own information about your project. | ||
✓ What component lifecycle means. | ||
|
||
Start by briefly describing the assignment in a sentence or two. Keep it short and to the point. | ||
✓ How to use the `useEffect` hook in React to perform actions when components mount, unmount, or when state changes. | ||
|
||
## The problem | ||
✓ How to call APIs from React and put the data into state. | ||
|
||
Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next? | ||
✓ What it's like to work with an API which you both send and receive data from. | ||
|
||
## View it live | ||
|
||
Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about. | ||
https://amandas-happy-thoughts.netlify.app/ |
This file contains 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this just "tidying up" or does it help with the code? Honest question, anything that helps is good to know! :-D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont even remember doing this 😅 I think it might be the result of some eslint/prettier config?🤔