This project, "Dashboard," is a React/Django-based application designed to provide a platform for truck drivers to manage tasks and view performance metrics. It currently features pages for main overview, analytics, and comparison.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before running the project, ensure you have Node.js installed on your machine. This will include npm, which is necessary to install the dependencies and run the server.
To install the necessary packages, navigate to the project directory and run:
npm install
To start the development server, run the following command:
npm run dev
This command starts the local server and will serve the project on a specified port, usually accessible via http://localhost:3000
.
The Dashboard includes the following pages:
- Main: The primary dashboard view showing an overview.
- Analytics: Detailed analytics and metrics display.
- Comparison: Compare different sets of data or metrics.
All these features mentioned above works.
- User Testing: Find real users to test the dashboard and gather feedback to refine and improve functionality.
- Backend Integration: Combine with backend services, including database management, to enhance the platform for truck drivers to receive tasks and monitor their performance metrics effectively.
This project is licensed under the GNU General Public License v2.0. For more details, see the LICENSE file included with this distribution, or visit GNU General Public License v2.0.