Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Teamwize
# Teampilot

## Introduction
Teamwize is an open-source **vacation tracker web application** built for small to medium-sized companies to efficiently manage and track employee time off. Admins can manage leave requests, employee details, and organization settings through a user-friendly interface.
Teampilot is an open-source **vacation tracker web application** built for small to medium-sized companies to efficiently manage and track employee time off. Admins can manage leave requests, employee details, and organization settings through a user-friendly interface.

## Features
- **Organization Management** (Admin Only): Admins can manage organization settings such as company details, week start day, and working days.
Expand Down Expand Up @@ -30,16 +30,16 @@ Teamwize is an open-source **vacation tracker web application** built for small

## Screenshots

| ![Teamwize Screenshot](public/screenshots/home.png) | ![Teamwize Screenshot](public/screenshots/balance.png) |
| ![Teampilot Screenshot](public/screenshots/home.png) | ![Teampilot Screenshot](public/screenshots/balance.png) |
|--------------------------------------------------------------|------------------------------------------------------------------|
| ![Teamwize Screenshot](public/screenshots/leave-request.png) | ![Teamwize Screenshot](public/screenshots/official-holidays.png) |
| ![Teamwize Screenshot](public/screenshots/requests.png) | ![Teamwize Screenshot](public/screenshots/organization.png) |
| ![Teamwize Screenshot](public/screenshots/employees.png) | ![Teamwize Screenshot](public/screenshots/teams.png) |
| ![Teamwize Screenshot](public/screenshots/signup.png) | |
| ![Teampilot Screenshot](public/screenshots/leave-request.png) | ![Teampilot Screenshot](public/screenshots/official-holidays.png) |
| ![Teampilot Screenshot](public/screenshots/requests.png) | ![Teampilot Screenshot](public/screenshots/organization.png) |
| ![Teampilot Screenshot](public/screenshots/employees.png) | ![Teampilot Screenshot](public/screenshots/teams.png) |
| ![Teampilot Screenshot](public/screenshots/signup.png) | |

## Quick Start
To run the project:
([link](https://github.com/teamwize/backend?tab=readme-ov-file#getting-started))
([link](https://github.com/teampilot-hq/backend?tab=readme-ov-file#getting-started))

## Contributing
We welcome contributions! To contribute:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Teamwize</title>
<title>Teampilot</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/components/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Sidebar() {
<div className="flex h-16 items-center border-b border-gray-200 px-6">
<Link to="/" className="flex items-center gap-3">
<Logo/>
<span className="text-lg font-semibold text-gray-900">Teamwize</span>
<span className="text-lg font-semibold text-gray-900">Teampilot</span>
</Link>
<Button variant="ghost" size="icon"
className="ml-auto h-8 w-8 text-gray-500 hover:text-gray-600">
Expand Down
2 changes: 1 addition & 1 deletion src/modules/settings/pages/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function SettingsPage() {
{
title: 'Guide',
icon: BookOpen,
path: 'https://github.com/teamwize',
path: 'https://github.com/teampilot-hq',
color: 'text-teal-600',
external: true
}
Expand Down