Features
- ReactJS in TypeScript
- Vite (fast production bundler)
- TailwindCSS
- Lazy loading & code splitting
- Image modal
- imgur API features
- Search
- Sort results
- Explore tags
- Item comments (in modal)
Mocked Data From API
If you don't want to register and use the free Imgur API, it will use mocked data/saved responses from the API. It's also useful for faster local development so you don't have to make new requests with every HMR update.
Google PageSpeed Scores
TODO: automate + add badge for live scores

Quick start
yarn
yarn dev
Build
yarn build
yarn serve
Imgur API
- Free registration
- Pass the client ID as an environemnt variable (can be in .env or through CLI)
PUBLIC_IMGUR_CLIENT_ID=xxxxx yarn dev
TODO - Contributions Welcome :D
Features
Tests WIP