A simple and beautiful EMS application built with React and Firebase.
- Authentication
- Adding Employee Data
- Storing Employee Data
- Editing Employee Data
- Deleting Employee Data
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.
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
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
Script | Description |
---|---|
npm run dev | Runs the app in the development mode. |
npm run build | Builds the app for production to the build folder. |