Giter VIP home page Giter VIP logo

hirajanwin / company-intranet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dhiwise/company-intranet

0.0 0.0 0.0 619 KB

A company intranet is a center for internal communication, information storage, team member advocacy, and collaboration. It gives you an all-in-one software solution for managing and automating the core workforce administration of your company.

JavaScript 95.46% CSS 4.04% HTML 0.50%

company-intranet's Introduction

Company Intranet

This company intranet extend Freshteam functionality By creating a React Web app using a Dhiwise, Figma design, Freshteam API, and Supabase, mapping capability of employees with the visual diagram of employees details.

Table of Contents

Features

  • Dashboard
    • Visual diagrams using Bar charts,pie chart
  • List of Employee
    • Employee details
    • Sync all employees to supabase
  • Employee capability List
    • Details about capability of employees
  • Add Capability
    • Add/edit capability into employee capability list

Screenshots

1 2 4 6 7

Setup

2. Clone the repository

$ git clone https://github.com/jemeetala/Companyintranet_freashwork.git
$ cd Companyintranet_freashwork

Install Dependencies

npm install

Running the App

npm start

Running the storybook

We have detected common components and have generated possible variants of it. To check the documentation of generated common components by integrating storybook, Please follow below steps.

Install and Initializes

 npx storybook init

Run the Storybook

  npm run storybook

Where to get the token?

  1. Create account on freshteam and To find the API key that you can use to integrate Freshteam with any of the systems you are using, you need the API key, which you can find by following these simple steps.

  2. Go to your Profile avatar inside Freshteam and click on it. In the drop-down that appears, you will find API Key.

Version of Technologies

  • git - v2.13 or greater
  • NodeJS - 12 || 14
  • npm - v6 or greater

Folder Structure

After creation, your project should look like this:

.
├── package.json
├── package-lock.json
├── postcss.config.js
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── logo192.png
│   ├── logo512.png
│   ├── manifest.json
│   └── robots.txt
├── README.md
├── src
│   ├── App.js
│   ├── assets
│   │   ├── fonts ---------- Project fonts
│   │   └── images --------- All Project Images
│   ├── components --------- UI and Detected Common Components
│   ├── constants ---------- Project constants, eg: string consts
│   ├── hooks -------------- Helpful Hooks
│   ├── index.js
│   ├── pages -------------- All route pages
│   ├── Routes.js ---------- Routing
│   ├── styles
│   │   ├── index.css ------ Other Global Styles
│   │   └── tailwind.css --- Default Tailwind modules
│   └── util
│       └── index.js ------- Helpful utils
└── tailwind.config.js ----- Entire theme config, colors, fonts etc.

For the project to build, these files must exist with exact filenames:

  • public/index.html is the page template;
  • src/index.js is the JavaScript entry point.

You may create subdirectories inside src. For faster rebuilds, only files inside src are processed by Webpack. You need to put any JS and CSS files inside src, otherwise Webpack won’t see them.

Only files inside public can be used from public/index.html. Read instructions below for using assets from JavaScript and HTML.

You can, however, create more top-level directories. They will not be included in the production build so you can use them for things like documentation.

Installed Dependency

The generated project includes React and ReactDOM as dependencies. It also includes a set of scripts used by Create React App as a development dependency. You may install other dependencies (for example, React Router) with npm:

  1. @tailwindcss/forms - 0.4.0
  2. @testing-library/jest-dom - ^5.15.1
  3. @testing-library/react - ^11.2.7
  4. @testing-library/user-event - ^12.8.3
  5. axios - ^0.27.2
  6. lodash - ^4.17.21
  7. prop-types - ^15.8.1
  8. react - 17.0.2
  9. react-datepicker - ^4.5.0
  10. react-dom - 17.0.2
  11. react-modal - ^3.14.4
  12. react-router-dom - 6.0.2
  13. react-router-hash-link - ^2.4.3
  14. react-scripts - 5.0.0
  15. react-select - ^5.2.1
  16. react-toastify - ^9.0.1
  17. recharts - ^2.1.9
  18. simple-react-hook-form - ^1.0.4
  19. underscore - ^1.13.4
  20. web-vitals - ^2.1.0

License

Copyright (c) 2022 DhiWise

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Community

company-intranet's People

Contributors

jemitala 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.