/Quick-EMS

A simple HR & Employee Management Software for small Businesses and Teams built with `React` and `Firebase`.

Primary LanguageJavaScript

A simple and beautiful EMS application built with React and Firebase.

Quick-EMS

Technologies Used

Used Firebase to handle

  • Authentication
  • Adding Employee Data
  • Storing Employee Data
  • Editing Employee Data
  • Deleting Employee Data

Data Protection

I ued dotenv to secure my sensitive firebase configuration data. I created a envSample file to show you how you should set up your own .env file.

Branches

There are 5 branches in this application. Each one showing the state of the application at various milestones. The finished-app branch is the branch containing the completed code.

Live Site » Quick-EMS Website

Development

To get a local copy of the code, clone it using git:

git clone https://github.com/techy-savant/Quick-EMS.git

cd Quick-EMS

Install dependencies:

npm install

Now, you can start a local web server by running:

npm run dev

Available Scripts

Script Description
npm run dev Runs the app in the development mode.
npm run build Builds the app for production to the build folder.