yagopessoa / time-register

:electron: Work day time register app created with Electron + React + Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Register

Time Register licence mit

Simple app for handling work day time register.

Created using Electron + TypeScript + React (boilerplate here by Diego3g).

Wanna try it out? Download the Ubuntu installer, or get the zipped folder for Windows (extract the folder and create a shortcut for time-register.exe executable).

Image do projeto

Technologies

This app features the latest tools and practices in web development!

  • :electron: Electron β€” Cross-platform desktop apps with JavaScript, HTML, and CSS
  • βš› React β€” A library to build user interfaces
  • πŸ’… CSS β€” styled-components
  • πŸ’– Lint β€” ESlint/Prettier/Editor Config

Installation

Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies

yarn install

Usage

In order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron, or dev to run them in order automatically

yarn dev:react
yarn dev:electron

or

yarn dev

Packaging

To generate a project package run package

yarn package

License

MIT Β© Yago Pessoa

About

:electron: Work day time register app created with Electron + React + Typescript

License:MIT License


Languages

Language:TypeScript 74.5%Language:JavaScript 24.9%Language:HTML 0.6%