MaximoBrandi / stay

Digital & secure attendance manager

Home Page:https://stay.com.ar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Stay

Stay is an application that allows you to monitor and manage the attendance and performance of your employees or students. With Stay, you can easily create and customize reports, charts, and dashboards to track and analyze the data collected by the application. Stay is designed to help you improve the productivity and efficiency of your organization.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

[![Product Name Screen Shot][product-screenshot]](https://stay.com.ar)

Stay allows users to manage attendance and statistics using Laravel, a PHP framework. The application has the following features:

  • It can record the attendance of employees, students, or any other group of people.
  • It can generate reports and charts based on the attendance data, such as average attendance, absence rate, or trends over time.
  • It can export the data to different formats.
  • It can be customized to suit different needs and preferences, such as adding or removing fields, changing the layout, or setting permissions.
  • It is easy to install and use, with a user-friendly interface and clear documentation.

(back to top)

Built With

  • Laravel
  • Tailwind
  • Livewire

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • NPM
    sudo dnf install npm
  • Composer
      php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
      php -r "if (hash_file('SHA384', 'composer-setup.php') === '55d6ead61b29c7bdee5cccfb50076874187bd9f21f65d8991d46ec5cc90518f447387fb9f76ebae1fbbacf329e583e30') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
      php composer-setup.php
      php -r "unlink('composer-setup.php');"
  • Nano
    sudo dnf install nano

Installation

  1. Execute DEPLOY.sh
  2. Start NPM with npm run dev

(back to top)

Usage

please refer to the Documentation

(back to top)

Roadmap

please refer to the Road Map

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

About

Digital & secure attendance manager

https://stay.com.ar

License:MIT License


Languages

Language:PHP 66.8%Language:Blade 32.7%Language:JavaScript 0.3%Language:Shell 0.2%Language:CSS 0.0%