zevolution / dehpois

Dehpois is an application to punch the clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo


MainPage SucessAlert

Table of contents

About the project

Dehpois is my version of the Ahgora Multi app. Ahgora is a company located in Florianópolis, SC - Brazil that offers time registration, presence control, and management of operational efficiency in real-time. Ahgora Multi is an app for Android and iOS to punch the clock using FaceID, but didn't work very well on my android phone, I believe it's because my device's camera is very bad. Given the situation with my device, I had to start to punch the clock on my computer, something I consider boring to do every day, so I decided to create Dehpois, basically out of laziness 😅.

Description

The first version of Depois basically contains a simple way to punch the clock, using the same data already used on the Ahgora website to clock in.

Built with

Installation

To clone and run this application, you'll need Git installed on your computer(or no, if you want to download .zip). From your command line:

# Git CLI
git clone https://github.com/zevolution/dehpois.git

# Github CLI
gh repo clone zevolution/dehpois

Run

You will need an iOS Simulator, Android Emulator, or physical device to execute the commands below:

  • Open folder of the project in the terminal and execute npx react-native run-android or npx react-native run-ios

  • Later execute npx react-native start ...and ready!!

Roadmap

  • Punch the clock
  • Store and display the relevant info like date and time of punch the clock
  • Scheduling for punch the clock
  • Dark theme ❤️

License

MIT

About

Dehpois is an application to punch the clock

License:MIT License


Languages

Language:JavaScript 35.3%Language:Java 33.6%Language:Objective-C 23.4%Language:Ruby 4.5%Language:Starlark 3.2%