zakwarren / hygge

Take the feeling of coziness and contentment with you wherever you go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hygge

Hygge is the Danish and Norwegian word for the feeling of being nice, cozy, and happy. Normally it's associated with being at home and together with loved ones.

Now you can take a small part of that feeling with you wherever you go with this app. Embrace the coziness and contentment.

Enjoy it at Hygge

My hygge board

App

This has been built as a Progressive Web App (PWA) so, if you're using a modern browser, you can install it as a standalone app. It's designed with mobile devices in mind, so looks best on smaller screen.

Expanded hygge image

Click on a Hygge image to expand it and enjoy it in all it's glory. Click on the button in the bottom left corner to open the menu and navigate to the collections page.

My collections

Click on a collection to view the hygge board of those images and feel the contentment wash over you.

How to run development environment

You need Node.js installed on your machine. Simply download the installer from nodejs.org and go through the installation steps.

Once Node.js is installed, open your command prompt or terminal and navigate into this project folder. The you can install the dependencies using:

npm install

Once all the dependencies are successfully installed, you can run the tests with:

npm test

You can run the development server with:

npm start

Then you can visit localhost:3000 to see the running application.

Authors

About

Take the feeling of coziness and contentment with you wherever you go


Languages

Language:JavaScript 83.0%Language:CSS 14.0%Language:HTML 2.9%