Skip to content

Commit

Permalink
Merge pull request #1 from leon-luna-ray/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
leon-luna-ray committed May 14, 2023
2 parents 0e930f4 + 32208cd commit 7477317
Show file tree
Hide file tree
Showing 14 changed files with 12,172 additions and 38,514 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# production
/build

/dist
# misc
.DS_Store
.env.local
Expand All @@ -22,3 +22,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
node_modules
.env
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,19 @@ Image search app allows the user to search for images from the Unsplash API. The
- [Contact](#contact)
- [Links](#links)

## Image

![Image search screen with plants](./public/assets/img/image-search.png)

## Technologies

- Unsplash Developer API
- React.js
- Vite.js
- JavaScript
- HTML
- CSS
- JavaScript
- React.js
- Node.js
- Axios
- Semantic UI

## Image

![Image search screen with plants](./public/assets/img/image-search.png)

## Known-Bugs

Search term does not yet clear on submit.
Expand Down
6 changes: 2 additions & 4 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- Import Semantic UI-->
<link
rel="stylesheet"
Expand All @@ -18,7 +16,7 @@
<title>Image Search</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="app"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>

0 comments on commit 7477317

Please sign in to comment.