Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 669 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 669 Bytes

Agency Web Application

Description

This is a web application designed to manage the operations of an agency. It includes features such as Client Management, Project Management, Task Assignment, Time Tracking, Invoicing and Billing, Reporting, Collaboration Tools.

Live demo here!

Pictures

Getting Started

First, You need to clone the repo in local system.

For run this app please use node lts version, I have used 18.

After that, Do install all the packages and run the development server:

npm i

npm run dev

Open http://localhost:3000 with your browser to see the result.