Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfdocimo/mytheresa-fe
FE challenge ✏
https://github.com/alfdocimo/mytheresa-fe
Last synced: 10 days ago
JSON representation
FE challenge ✏
- Host: GitHub
- URL: https://github.com/alfdocimo/mytheresa-fe
- Owner: alfdocimo
- Created: 2020-06-11T11:26:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:54:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T12:26:39.859Z (25 days ago)
- Language: JavaScript
- Homepage: https://mytheresa-fe.vercel.app
- Size: 1.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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 imagesBoth of these options will then show a list of results and you will be able to open the image on a higher resolution.