Skip to content

sbsmrth/Images-Paradise

Repository files navigation

Images Paradise

saturn icon

last-commit tech lang router license


🗨 About

If you are passionate about photography you probably already know the unsplash service, in this platform based on its api you will get recommendations as well as a way to search for an image that may inspire you.

Photography is an austere and blazing poetry of the real. (Ansel Adams)

⮞ Demo

Check out right here.

view

☆ Starting

# Clone the repository
$ git clone https://github.com/sbsmrth/Images-Paradise.git

# Go into the repository
$ cd Images-Paradise/

# Install dependencies
$ npm i

# Run the app
$ npm run serve

✓ Testing

# Run tests
$ npm run test:unit