This web application serves as a comprehensive tool for managing contracts within an organization. Below, you'll find information on how to install and use it.
To install follow these steps:
- Clone the repository:
git clone https://github.com/nazrawimedhin/perago-contract-manager.git
- Navigate to the project directory:
cd perago-contract-manager
- Install dependencies:
npm install
oryarn install
- Follow this link to find the back-end
Once installed, you can run the app using the following command:
npm run dev or yarn dev
This will launch the app, and you can access it through your web browser at http://localhost:3000.
- List of all existing roles
- create, update and delete roles
- List of all employees under every role
- create, update and delete employees
- HTML5
- CSS3
- TypeScript
- React.JS
- Mantine UI - (A React component Library)
- Tailwind CSS
- uploadcare - CDN server for images