Welcome to the Wales and West Productivity App! This is a client-side web application designed to help engineers easily calculate their performance and efficiency based on a 40-hour workweek in a 2-man team.
The app is currently deployed and running on GitHub Pages for easy access.
- 📊 Performance Calculator: Engineers can input their tasks completed to calculate their weekly performance.
- 👥 Team-Based: The app considers a 2-man team.
- ⏱️ 40-Hour Workweek: All calculations are based on a standard 40-hour workweek.
- ⚙️ Client-Side Application: This is a lightweight, client-side web app, meaning no server setup is needed. It runs directly in the browser.
- 🌐 Deployed on GitHub Pages: Easily accessible from any device with an internet connection, allowing engineers to check their performance on the go.
A modern web browser (Chrome, Firefox, Edge, etc.)
- Visit the live version on GitHub Pages.
- Input your data:
- Enter the tasks completed during the week. The app will calculate your performance score and display the results.
- HTML/CSS/JavaScript: Core web technologies for client-side functionality.
- GitHub Pages: Hosting platform for the web app.