Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/min1870/unplash-images
Project from Udemy Course (React 18 Tutorial and Projects Course (2023))
https://github.com/min1870/unplash-images
react tanstack-react-query typescript
Last synced: about 7 hours ago
JSON representation
Project from Udemy Course (React 18 Tutorial and Projects Course (2023))
- Host: GitHub
- URL: https://github.com/min1870/unplash-images
- Owner: Min1870
- Created: 2023-11-16T07:22:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T04:56:28.000Z (about 1 year ago)
- Last Synced: 2023-11-17T08:36:01.116Z (about 1 year ago)
- Topics: react, tanstack-react-query, typescript
- Language: CSS
- Homepage: https://unplash-images.vercel.app/
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Figma URL
[Unsplash Images](https://www.figma.com/file/O2MaAAlr4nznh7m53azatL/Unsplash-images?node-id=0%3A1&t=cYDOCgqOs9IX2If0-1)
## Steps
#### Setup
- npm install
- npm run dev#### Unsplash Info
Unsplash is a website that provides a large collection of high-quality stock photos that are free to use. The Unsplash API is a service that allows developers to access and use Unsplash's collection of photos and related data in their own applications. The API allows developers to search, download, and use the photos in a variety of ways, such as creating photo galleries or integrating them into social media applications. The Unsplash API is widely used by developers to enhance the visual content of their applications or websites.
[Unsplash Website](https://unsplash.com/)
#### Sign Up for an Unsplash Account
[Unsplash API](https://unsplash.com/developers)
In order to use the Unsplash API to fetch images for your application, you will need to sign up for an account with Unsplash. This will allow you to obtain an API key that you can use to authenticate your requests.
#### Vite ENV Vars
- .env : must be included in .gitignore