From 8b62b28da66b32251d8f7d63b8cffa65d69545d7 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 30 Mar 2026 23:21:25 -0300 Subject: [PATCH] used a template before refactory --- index.html | 27 +++++---- src/App.jsx | 157 +++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 171 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 6f7b2ef..8db989b 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,16 @@ - - - - - - vite-project - - -
- - - + + + + + + + Analytrick + + + +
+ + + + \ No newline at end of file diff --git a/src/App.jsx b/src/App.jsx index b4f6543..76c639b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,5 +1,160 @@ function App() { - return <>; + return ( + <> +
+
+
+
+

Total Employees

+

125

+
+
👥
+
+ +
+
+

Departments

+

8

+
+
🏢
+
+ +
+
+

Attendance Today

+

113

+
+
🕒
+
+ +
+
+

Pending Payroll

+

12

+
+
💼
+
+
+ +
+
+

Monthly Attendance

+
+
+
+
+
+
+
+ Jan +
+ +
+
+
+
+
+
+ Feb +
+ +
+
+
+
+
+
+ Mar +
+ +
+
+
+
+
+
+ Apr +
+ +
+
+
+
+
+
+ May +
+ +
+
+
+
+
+
+ Jun +
+ +
+
+
+
+
+
+ Jul +
+
+
+ +
+

Expense Breakdown

+
+
+
+
+

Salaries

+

45%

+
+
+
+
+
+ +
+

Recent Activities

+
+
+
+
👨
+

John Doe added a new employee

+
+ 5 mins ago +
+ +
+
+
👩
+

Payroll processed for June

+
+ 30 mins ago +
+ +
+
+
🧑
+

Finance report updated

+
+ 1 hour ago +
+
+ + +
+
+
+ +); } export default App;