https://github.com/alejandroq12/employee-management
employee-management
https://github.com/alejandroq12/employee-management
Last synced: 2 months ago
JSON representation
employee-management
- Host: GitHub
- URL: https://github.com/alejandroq12/employee-management
- Owner: Alejandroq12
- License: other
- Created: 2023-09-18T21:19:05.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-02T19:58:30.000Z (over 1 year ago)
- Last Synced: 2025-01-08T10:45:51.666Z (4 months ago)
- Language: JavaScript
- Size: 157 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# employee-management
![]()
Employee Management
# 📗 Table of Contents
- [employee-management](#employee-management)
- [📗 Table of Contents](#-table-of-contents)
- [📖Employee Management ](#employee-management-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment ](#deployment-)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)"Employee Management" is an employee management CLI that allows you to add, list and search by id.
## 🛠 Built With
HTML,
CSS,
JavaScript.Client
Package Manager
- **It allows to add, search and list employees.**
- **Fetch data from API to get currency value.**
- It will be available soon.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- An IDE e.g [Visual studio code](https://code.visualstudio.com/).
- `node` should be installed in your local machine, [node website](https://nodejs.org/en/download/).
- Install the `npm` package manager use this [to install both node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).
### Setup
Clone this repository to your desired folder or download the Zip folder:
```
https://github.com/Alejandroq12/employee-management.git
```
- Navigate to the location of the folder in your machine:
**``you@your-Pc-name:~$ cd employee-management``**
### Install
To install all dependencies, run:
```
npm install
```
### Usage
To run the project, follow these instructions(make sure to be in the root folder):
To add an employee:
```
node index.js add
```
To list employees:
```
node index.js list
```
To search by ID:
```
node index.js search-by-id
```
To search by name:
```
node index.js search-by-name
```
### Run tests
To run tests, run the following command:
```
npx eslint .
```
- It will be available in the future. Thank you for your patience.
👤 **Julio Quezada**
- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)
- [ ] **I will allow to erase users.**
- [ ] **I will add validations.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give me a star ⭐️
-----------
- **Why did you code this project?**
- Because I want to master JavaScript.
This project is [LICENSE](./LICENSE) licensed.