内容简介:Note: This project requires to setup server side implementation which could be found
Facebook | Twitter | Reddit | Medium
Note: This project requires to setup server side implementation which could be found here
TimeOff is an application that allows companies and organizations to allow their employees to set vacations before they take their time off. TimeOff is an easy to use vacation setter with just few clicks.
TimeOff is completely open source meaning companies can use this project and set it up either internally or in the cloud for their use.
In addition, it is completely customizable i.e. companies can customize its user interface as well as can add new features or remove for their use.
It comes with minimalistic user interface as below:
User Interface
TimeOff has a minimalistic user interface and easy to follow flow. With few clicks you are done with setting up your vacations.
Want to see past vacations?
Right on the home page, you can view set of all your vacations both active and expired.
View most important data right on home page
You want to see minimalistic and amazing dashboard. On dashboard you can view all the required information you need.
Finding and searching employees can never be so easy.
List of all employees are just one click away. Employees tab shows you all employees and search feature gives you find exact one you need.
You have all the luxury to control any account.
That is right, you can control any person account you want as an Admin.
Server Side of this project
This is the UI side of TimeOff. In order to use this UI you will need to setup it's server side which can be found on this link TimeOff Serverside .
Technology Stack
For development team to set this project up for their companies use I provide the list of technologies used in this project.
- React
- Redux
- React Router
- Redux Saga
Usage
In order to use TimeOff on local environment, clone this repository. CD into root folder. Run npm install to install all dependencies. Once done, run npm start .
Build for production
To build this project for production. Run npm run build command inside timeoff-app folder and it will generate the production ready project inside build directory. For details visit deployment and creating a production build .
Contributions
In order to contribute, please open issues and make pull requests.
Design
The design(PSDs) could be found on my Uplab Profile .
Contact
以上所述就是小编给大家介绍的《Timeoff Vacation Management》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
利用Python进行数据分析 原书第2版
Wes McKinney / 徐敬一 / 机械工业出版社 / 2018-7 / 119
本书由Python pandas项目创始人Wes McKinney亲笔撰写,详细介绍利用Python进行操作、处理、清洗和规整数据等方面的具体细节和基本要点。第2版针对Python 3.6进行全面修订和更新,涵盖新版的pandas、NumPy、IPython和Jupyter,并增加大量实际案例,可以帮助你高效解决一系列数据分析问题。 第2版中的主要更新包括: • 所有的代码,包括把Py......一起来看看 《利用Python进行数据分析 原书第2版》 这本书的介绍吧!