Giter Site home page Giter Site logo

mathurinchung / hrnet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openclassrooms-student-center/p12_front-end

0.0 0.0 0.0 382 KB

[ HRnet ] Convert a jQuery library to React - OpenClassrooms

Home Page: https://hrnet-one.vercel.app

JavaScript 88.14% HTML 1.35% SCSS 5.46% CSS 5.05%

hrnet's Introduction

[ HRnet ] Convert a jQuery library to React

WealthHealth's HRnet application, a web application for managing employee records, is undergoing an exciting transition. The current application, which heavily uses jQuery on the frontend, is being updated to React. This README provides the necessary steps to install, configure, and understand this new version of the application.

Features

Here are the features that the application offers:

  • View Employee List: You can view the list of all employees stored in the database.
  • Create Employee: There is a form to add new employees into the system.
  • Replace jQuery Plugins: The project replaces jQuery plugins with React components to improve performance and stability. The plugins replaced include Date selectors, Modal windows, Dropdown menus, and Data tables.

Prerequisites

Before getting started, make sure you have Node.js and Yarn installed on your machine.

If you are working with several versions of NodeJS, we recommend you install nvm. This tool will allow you to easily manage your NodeJS versions.

Technologies Used

The project uses the following technologies:

Installation

Clone the repository:

  • git clone git://github.com/mathurinchung/sportsee.git
  • cd hrnet

Create a Firebase project and get your configuration object. Then, create a .env file in the project root and fill in your Firebase config details.

VITE_FIREBASE_API_KEY="your-api-key"
VITE_FIREBASE_AUTH_DOMAIN="your-auth-domain"
VITE_FIREBASE_DATABASE_URL="your-database-url"
VITE_FIREBASE_PROJECT_ID="your-project-id"
VITE_FIREBASE_STORAGE_BUCKET="your-storage-bucket"
VITE_FIREBASE_MESSAGING_SENDER_ID="your-messaging-sender-id"
VITE_FIREBASE_APP_ID="your-app-id"

Addition Information

Moreover, the application uses JSDoc comments for better understanding and maintainability of the codebase.

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.