Skip to content

Latest commit

 

History

History
84 lines (66 loc) · 3.09 KB

README.md

File metadata and controls

84 lines (66 loc) · 3.09 KB

🎨 GraphicApp 🖌️

🏷️ The main branches are:

🌐 master, 👨🏼‍💻 development & 🍭 design


💡 Purpose

🌐 Master

This branch contains the latest stable code (e.g. working code without errors). Once the code on the development branch is tested it can be merged into master.

👨🏼‍💻 Development

This branch contains the newest/latest code. The code isn't necessarily stable (e.g. working properly). Once developers submitted enough commits and test them all, this branch will be merged into the master one (so that it will contain the latest stable code).

🍭 Design

This branch contains the Low and High Fidelity page designs. Each file listed in the low_fidelity direcotry below contains two designs: one for the 🖥️ desktop and one for the 📱 mobile version of the app's pages. The the high_fidelity direcotry is further divided into subdirectories, with names matching the app's pages, containing the 🖥️ desktop and 📱 mobile designs.


🏷️ Other branches

👨‍💻 labs-turic - Here you can find the exercises from the HCI crash course done by A. Turic

👨‍💻 labs-maslov - Here you can find the exercises from the HCI crash course done by M. Maslov


🧐 What's inside?

A quick look at the apps files and directories.

.
├── low_fidelity
|       |── Home page (img)
|       |── Blog page (img)
|       |── Blog post page (img)
|       |── Store page (img)
|       |── Store product page (img)
|       |── Login page (img)
|       |── Contacts page (img)
|       └── About us page (img)
├── high_fidelity
|       |── pages_01_home
|       |       |── Home Desktop (img)
|       |       |── Home Mobile (img)
|       |       └── Navigation Mobile (img)
|       |── pages_02_blog
|       |       |── Blog Desktop (img)
|       |       └── Blog Mobile (img)
|       |── pages_03_blog_post
|       |       |── Blog Post Desktop (img)
|       |       └── Blog Post Mobile (img)
|       |── pages_04_store
|       |       |── Store Desktop (img)
|       |       └── Store Mobile (img)
|       |── pages_05_store_product
|       |       |── Store Product Desktop (img)
|       |       └── Store Product Mobile (img)
|       |── pages_06_login
|       |       |── Login Desktop (img)
|       |       └── Login Mobile (img)
|       |── pages_07_contacts
|       |       |── Contacts Desktop (img)
|       |       └── Contacts Mobile (img)
|       └── pages_08_about
|               |── About Desktop (img)
|               └── About Mobile (img)
├── graphiclab (here is where the App lives)
└── README.md

Gatsby app created by Marin Maslov & Ante Turić for HCI course @ [FESB (UNIST)](https://www.fesb.unist.hr/)