Coder Social home page Coder Social logo

hikmahx / payroll-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.34 MB

A payroll form for inputing and generating payroll details in pdf file

Home Page: https://payroll-system-rust.vercel.app

HTML 1.50% CSS 0.87% TypeScript 96.53% JavaScript 1.10%
typescript react tailwindcss react-to-print jest reacttestinglibrary

payroll-system's Introduction

Payroll System - A payment display application

This is the documentation for the Payroll System, an application that displays payment information for employees.

Table of Contents

Overview

Introduction

This project is a front-end application that uses JSON Server as a fake backend server for CRUD operations on employees. After a successfully created employee is in the database, the user, only if given administrative permission, can choose to print out the payslip information of the employee in a PDF file.

Screenshot

Mobile

Desktop

Links

GitHub: https://github.com/Hikmahx/payroll-system Live Site URL: https://payroll-system-hikmahx.vercel.app/

Features

Users, if admin, should be able to:

  • Create, Read, Update, and Delete employees.
  • View a list of all employee.
  • View a single employee details.

If not admin, should be able to:

  • View their specific details

Installation

  1. Clone the repository.
  2. Install the required packages using npm install.
  3. Start the server: npm start

Endpoints

Endpoint Method Response
/employees GET List of all employees
/employees POST Create a new employee
/employees/:id GET Details of a single employee
/employees/:id PUT Update an existing employee
/employees/:id DELETE Delete a single employee

My Process

Built With

  • React
  • TypeScript
  • Tailwind
  • Redux Toolkit
  • Axios
  • Font Awesome
  • Concurrently
  • React packages: react-router-dom, react-hook-form, react-redux, react-to-print

Author

payroll-system's People

Contributors

hikmahx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.