GICU-3 Kiosk application

Overview

GICU-3-Application

GICU-3 Kiosk application.

Quick info

  • Language: ENG

Branching strategy

https://miro.medium.com/max/700/1*KB4sZe3J6Um27w1tbgfE5g.png

branch description
release A working version of the software ready for use. Master releases to here.
master The master branch which holds release ready code. Uat pushes to here.
uat (user acceptance testing) Branch for testing purposes. Dev pushes to here.
dev Development branch. Features pushes to here.
feature/[descriptive name] Features named clearly. Development happends here.

Always work in a feature (project) branch which has been created from dev. A feature branch may be merged to dev when the feature is ready. Dev may be merged to uat for testing at any time.

Please note that it's mandatory for features to have corresponding issues. The naming convention is as follows: feature/[name]
Always use kebab-case!

File structure

https://miro.medium.com/max/1400/1*tjoajjTY-bV5KdS3dPDAqw.png

directory description
css css & scss files
dat datafiles including databases for component and statistics
doc documentation
img images
js javascript files
node_modules
test testing space
index.html self explanatory
package.json
package-lock.json

Project setup

npm install

other dependencies may be needed such as bootstrap, fuse.js and electron

Lints and fixes files

npm run lint

Compiles and hot-reloads for development

npm start

Create production ready build

CURRENTLY N/A

Create production ready build Linux

CURRENTLY N/A
You might also like...

An AWS Cloud Native application using CDK that defines a Serverless Event Driven application for interacting with Twitter and utilising Machine Learning / AI as a Service.

An AWS Cloud Native application using CDK that defines a Serverless Event Driven application for interacting with Twitter and utilising Machine Learning / AI as a Service.

AWS Serverless Event Driven Twitter Bot An AWS Cloud Native application using CDK (Written in TypeScript) that defines a Serverless Event Driven appli

Dec 18, 2022

This web application provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.

This web application provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.

Space Traveler's Hub This web application provides commercial and scientific space travel services. The application allows users to book rockets and j

Oct 4, 2022

API for the Baby Food Introduction Application. Keep your baby's food introductions in check with this application and backtrack in case of allergies!

API for the Baby Food Introduction Application. Keep your baby's food introductions in check with this application and backtrack in case of allergies!

Baby food introduction API This API is part of the Baby Food Introduction application, which aims to help technological parents keep track of the food

Nov 25, 2022

Hackbar Web application 😴

Hackbar Web application 😴

RootBar RootBar my first JavaScript programm and my first web application 😴 🌺 Credit's { "Author":"Abu Huraira", "Project":"RootBar",

Oct 3, 2021

🥰 Mini world simulator is a terminal application made in JavaScript to control the world that is being generated.

Mini-world "Simulator" Mini world simulator is a terminal application made in JavaScript to control the world that is being generated. It has no other

Mar 14, 2022

This is the FARM Stack course, where you are going to learn how to build an application from scratch using FASTAPI, React and mongoDB

FARM-Stack-Course This is the FARM Stack course, where you are going to learn how to build an application from scratch using FASTAPI, React and mongoD

Jan 2, 2023

Full Stack project- Web application to create a biking session

Full Stack project- Web application to create a biking session

Bicycool Full Stack project: Web application to create a biking session To install and run the project: Run in the terminal of a server folder: -npm i

Mar 10, 2022

A nonsensical React application made (almost) entirely by GitHub Copilot

GitHub Copilot Demo This is a demo project for the GitHub Copilot project. The previous sentence was written by it! This is a (fairly ugly) timer app

May 1, 2022
Comments
  • task/pictures-of-components

    task/pictures-of-components

    First to make it easier: plan how the cabinets should be sorted and organized and which components we need to have. MAKE SURE to take into account both cabinets at the back and front since we are rearranging to try and fit everything at the front.

    Take pictures of all components, put them into a map named correctly after article number or component name to make it easier for uploading later. MAKE SURE that the pictures are all the correct aspect ratio (1:1) and that the file size isn't too big, i.e. use a program to compress and/or lower resolution.

    task 
    opened by 031simon 1
  • feature/save-settings

    feature/save-settings

    Settings are not saved causing them to be forgotten after reload. This is might be good for development but it's bad for the user. Possible solutions, using localStorage or preload.json

    feature 
    opened by Drufsen 0
  • feature/alert

    feature/alert

    When the user has to be informed about something a small alert will be shown in the bottom of the screen. Example case: A user tries to light up a component that is already active. This results in a info alert.

    feature hold 
    opened by Drufsen 3
Owner
GICU-3 is a thesis project whose primary purpose is to locate electronic components in storage solutions
null
This is a full-stack exercise tracker web application built using the MERN (MongoDB, ExpressJS, ReactJS, NodeJS) stack. You can easily track your exercises with this Full-Stack Web Application.

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

WMouton 2 Dec 25, 2021
A web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.

Space Travelers A web application for a company that provides commercial and scientific space travel services. The application will allow users to boo

Hector Torres 2 Apr 6, 2022
A simple To Do List application that allows users to save, edit, mark completed, and delete their to-dos, and save their list when application is closed. Build with JavaScript.

To Do List A simple To Do List online application that allows users to save, and manipulate their to-dos, and save their list when application is clos

Mahmoud Rizk 10 Dec 20, 2022
This plugin can be embedded in PHP application to give the web application specific routes/href

Routes Plugin PHP This plugin can be embedded in PHP application to give the web application specific routes/href location and for entering specific/l

Ifechukwudeni Oweh 7 Jul 17, 2022
Awesome Books project with ES6 is an application that was built using Vanilla JavaScript with ES6 features like using arrow functions. This application allows you to keep records of your favorite books.

Javascript Project Awesome Books with ES6 Using Javascript to create a simple Awesome Books project. Populating the books list and then removing one b

Ghazanfar Ali 8 Sep 28, 2022
This application provides the CDK project and a frontend that allows you to build a serverless chat application based on API Gateway's WebSocket-based API feature.

Serverless chat application using ApiGateway Websockets This project lets you provision a ready-to-use fully serverless real-time chat application usi

AWS Samples 60 Jan 3, 2023
This web application provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.

space-hub About Project "Space Traveler's Hub" is A web application that provides commercial and scientific space travelling services, We are working

Nicholas Emmanuel 7 Nov 2, 2022
This a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets, dragons and join selected space missions.

Space Travelers' Hub In this project, we have worked with the real live data from the SpaceX API. Our task was to build a web application for a compan

Apuabi Titilope 4 Oct 31, 2022