Fernweh is a simple, elegant website designed to capture what you like to see about travel. It then recommends curated locations, both well-known and lesser known, that suit your taste.
Based on the request of our client, we built the following user stores:
- As a user, I want the interface to be easy to use
- As a user, I want to be able to select multiple images I like
- As a user, I want to be able to save locations that interest me
- As a user, I want to be able to see a larger image of recommended locations
- As a user, I want the styling to be clean
- As a user, I want to feel calm when using the site
- As a user, I want to be able to save my information to view again later
- As a user, I want the locations I view to show me only less-known locations
Front-end | Back-end |
Take the following steps to run the app in your localhost, you will need to have the following:
- MongoDB should be running on your machine
From terminal in the repository:
npm install
npm run start