A user-friendly dashboard for monitoring and managing robot operations. Built with modern web technologies, this dashboard provides an intuitive interface for real-time data visualization and interaction.
Access the live version of the Robot Dashboard here: https://robot-dashboard-gray.vercel.app/
- Real-Time Monitoring: Visualize robot metrics and statuses in real time.
- Data Management: View and manage robot-related data efficiently.
- Responsive Design: Fully optimized for both desktop and mobile devices.
- Customizable Widgets: Personalize the dashboard layout to suit your needs.
- Frontend: React, TypeScript
- Backend: Node.js, Express
- Styling: Tailwind CSS
- Deployment: Vercel
Follow these instructions to set up the project locally.
Ensure you have the following installed:
- Node.js (v16 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/adityav477/robotDashboard.git cd robotDashboard
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and navigate to:
http://localhost:3000
-
Build the application:
npm run build # or yarn build
-
Start the production server:
npm run start # or yarn start
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name
). - Commit your changes (
git commit -m 'Add feature'
). - Push the branch (
git push origin feature-name
). - Open a Pull Request.
This project is licensed under the MIT License.
- Special thanks to all contributors who made this project possible.
Feel free to explore and enhance the Robot Dashboard!