Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zevolution/dehpois
Dehpois is an application to punch the clock
https://github.com/zevolution/dehpois
ahgora clock clockin javascript punchtheclock punchthetime react-native
Last synced: about 1 month ago
JSON representation
Dehpois is an application to punch the clock
- Host: GitHub
- URL: https://github.com/zevolution/dehpois
- Owner: zevolution
- License: mit
- Created: 2020-08-04T20:14:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:18:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:13:42.561Z (almost 2 years ago)
- Topics: ahgora, clock, clockin, javascript, punchtheclock, punchthetime, react-native
- Language: JavaScript
- Homepage:
- Size: 2.52 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
## Table of contents
- [Table of contents](#table-of-contents)
- [About the project](#about-the-project)
- [Description](#description)
- [Built with](#built-with)
- [Installation](#installation)
- [Run](#run)
- [Roadmap](#roadmap)
- [License](#license)## About the project
Dehpois is my version of the Ahgora Multi app. [Ahgora](https://ahgora.com/) is a company located in [Florianópolis, SC - Brazil](https://en.wikipedia.org/wiki/Florian%C3%B3polis) that offers time registration, presence control, and management of operational efficiency in real-time. [Ahgora Multi](https://ahgora.com/en/produtos/multi/) is an app for [Android](https://play.google.com/store/apps/details?id=br.com.ahgora.ahgoramulti&hl=en) and [iOS](https://apps.apple.com/br/app/ahgora-multi/id1436645391) 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
* [React-Native Framework](https://github.com/facebook/react-native) using 0.63.1 version
* [Axios](https://github.com/axios/axios)
* [AsyncStorage](https://github.com/react-native-community/async-storage)## 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:
```bash
# 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
* [x] 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](https://choosealicense.com/licenses/mit/)