Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfdocimo/mytheresa-fe

FE challenge ✏
https://github.com/alfdocimo/mytheresa-fe

Last synced: 10 days ago
JSON representation

FE challenge ✏

Awesome Lists containing this project

README

        

# Mytheresa Front End Challenge

## Getting started

Installing dependencies:

`yarn`

or

`npm i`

To run locally:

`yarn dev`

or

`npm run dev`

To test:

`yarn test`

or

`npm run test`

Building to prod:

`yarn build`

or

`npm run build`

Have fun!

## About the project

I decided to create an application based on Unsplash's API.

From the main entry to the app you have two options:

- Look at new images
- Query images

Both of these options will then show a list of results and you will be able to open the image on a higher resolution.