Skip to content

quannt/images-searcher

Repository files navigation

Images Searcher

Demo Search Page Demo Favorites Page

Motivation

An images searcher that uses Unsplash API under the hood. There are two pages: search page (default route), and favorite (/favorites).

Tech

  • Nuxt's philosophy is convention over configuration which means the application is already fined tune to a certain extend, this speeds up the development time.
  • Server side rendering is always nice to have for better time to interactive and SEO purpose.
  • Favorites are persisted in local storage for simplicity.

TODO

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

The application is automatically deployed to Vercel on all commits to the main branch.