https://github.com/viveksite/image_generator
A simple image fetching site
https://github.com/viveksite/image_generator
reactjs rest-api
Last synced: 28 days ago
JSON representation
A simple image fetching site
- Host: GitHub
- URL: https://github.com/viveksite/image_generator
- Owner: VivekSite
- Created: 2023-10-04T08:31:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T06:42:45.000Z (about 2 years ago)
- Last Synced: 2025-03-10T21:50:01.661Z (over 1 year ago)
- Topics: reactjs, rest-api
- Language: HTML
- Homepage: https://viveksite.github.io/image_generator/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Image generator is an web application which will generate some Images based on given preferences. This application uses pixels RESTapi for fetching the images. [visit website](viveksite.github.io/image_generator/)
## How to use
1. Select `Orientation`
2. Select `Size`
3. Select `number of images`
4. Press the `generate` button
Press the `Clear` button to clear the seach result.
## Development Environment
- Clone the repo
`
git clone https://github.com/VivekSite/image_generator.git
`
- Install Dependencies `npm i`
- ### Set Environment Variables
- login/register on the pixels website and get one api key from there.
```
# create .env file and add API_KEY field in it
API_KEY =
```
- Now run the development server `npm start`