Skip to content

alonso-cadenas/image-search-ui

Repository files navigation

Image Search UI

This application allows a user to search and view images from Imgur.

Technologies Used

How to use

Installation

Install package dependencies and set up .env.local variables

npm install && npm run env

Local Development

Run in development mode at http://localhost:3000.

npm run dev

Use ngrok to avoid CORS issues with HTTP error code 429 due to running on localhost.

Lint

Use ESLint to automatically fix linting errors.

npm run lint

Format

Use Prettier to automatically format all files.

npm run format

Build & Run

npm run build && npm run start

About

Allows a user to search and view images from Imgur.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published