Time-and-Attendance-Management-System

(โ˜… 94)

TMS is a full-stack website that maintains records of all employees with their personal information. It keeps track of hours worked by an employee on a particular project assigned to him. It maintains time sheets and generates detailed and summary reports of the employee time sheets. TMS also has an admin page, which can manage all the employees, projects, time sheets etc. Front-End Technologies : ReactJS ,Redux, ReactJS Bootstrap, JSX, and CSS 3. Server-Side Technologies : PHP Slim, MySQL. View PHP-rest-api-for-TMS for back-end part of this application.

  • .gitignore
  • package-lock.json
  • package.json
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/allasandeep/Time-and-Attendance-Management-System

Downloads the entire project code from GitHub to your computer.

cd Time-and-Attendance-Management-System

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Node.js Node.js must be installed to use npm.
npm install -g @storybook/cli

Installs the package published on the npm registry globally โ€” no need to clone the source.

npm install -g serve

Installs the package published on the npm registry globally โ€” no need to clone the source.

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Node.js

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm install --save husky lint-staged prettier

Downloads and installs the libraries listed in package.json.

yarn add husky lint-staged prettier

Type this command into your terminal and run it.

npm install --save react-router

Downloads and installs the libraries listed in package.json.

yarn add react-router

Type this command into your terminal and run it.

npm install --save node-sass-chokidar

Downloads and installs the libraries listed in package.json.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation