Telesales Performance Tracker is a project aimed at evaluating the performance of telesales operators. The main goal of this project is to enhance the efficiency and productivity of the team.
- Framework: Next.js 13
- Language: TypeScript
- Deployment: Vercel
- Styling: Tailwind CSS
- Create a
.env.local
file based on the provided.env.local.example
file. - Run
pnpm install
andpnpm dev
to start the development server. - You should now be able to access the application at
http://localhost:3000
.