https://github.com/dpathfinderedge/edm-app
A simple and beautiful EDM app built using React.
https://github.com/dpathfinderedge/edm-app
edmapp javascript nodejs reactjs webapp
Last synced: about 2 months ago
JSON representation
A simple and beautiful EDM app built using React.
- Host: GitHub
- URL: https://github.com/dpathfinderedge/edm-app
- Owner: dpathfinderedge
- License: mit
- Created: 2022-01-21T12:22:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T12:27:02.000Z (over 4 years ago)
- Last Synced: 2025-04-22T23:36:06.581Z (about 1 year ago)
- Topics: edmapp, javascript, nodejs, reactjs, webapp
- Language: JavaScript
- Homepage: https://edm-app.netlify.app
- Size: 365 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EDM App
A simple and beautiful Employees's Data Management (EDM) application built using React.
## Technologies Used:
- [React](http://reactjs.org)
- [Primitive UI](https://taniarascia.github.io/primitive)
- [SweetAlert2](https://sweetalert2.github.io)
## Development
Install dependencies:
```
npm install
```
Now you can start a local web server by running:
```
npm start
```
And then open [http://localhost:3000](http://localhost:3000) in the browser.
## Available Scripts
npm start - Runs the app in the development mode.\
npm test - Launches the test runner in the interactive watch mode.\
npm run build - Builds the app for production to the `build` folder.\
npm run eject - This command will remove the single build dependency from your project.