Skip to content

Eval submission#84

Open
jordanccox wants to merge 2 commits intoprojectshft:masterfrom
jordanccox:master
Open

Eval submission#84
jordanccox wants to merge 2 commits intoprojectshft:masterfrom
jordanccox:master

Conversation

@jordanccox
Copy link

I accidentally deleted the commit history when I first forked the project, so I had to re-fork and copy-paste all my code so that they shared the same histories and could be merged.

@@ -0,0 +1 @@
VITE_API_KEY=731a6fa24765316e8e44e6e18157a6bd
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

generally you don't check .env into your repo cause it exposes things that shouldn't be public like keys. you would want to put this in your .gitignore

To run locally, fork and clone this repository. `cd` into the directory you created and execute the following commands:

```
npm install
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice job on the readme! it is great to put all instructions on how to run the app in here.

};

const handleSearchButton = () => {
if (search !== '') {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could be simplified to if (search) - review the concept of truthy and falsy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants