Skip to content

adityav477/robotDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Robot Dashboard

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.

πŸš€ Deployment

Access the live version of the Robot Dashboard here: https://robot-dashboard-gray.vercel.app/

πŸ“– Features

  • 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.

πŸ› οΈ Technologies Used

  • Frontend: React, TypeScript
  • Backend: Node.js, Express
  • Styling: Tailwind CSS
  • Deployment: Vercel

🚧 Getting Started

Follow these instructions to set up the project locally.

Prerequisites

Ensure you have the following installed:

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/adityav477/robotDashboard.git
    cd robotDashboard
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
  4. Open your browser and navigate to:

    http://localhost:3000
    

Building for Production

  1. Build the application:

    npm run build
    # or
    yarn build
  2. Start the production server:

    npm run start
    # or
    yarn start

🀝 Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-name).
  3. Commit your changes (git commit -m 'Add feature').
  4. Push the branch (git push origin feature-name).
  5. Open a Pull Request.

πŸ“„ License

This project is licensed under the MIT License.

πŸ™Œ Acknowledgments

  • Special thanks to all contributors who made this project possible.

Feel free to explore and enhance the Robot Dashboard!