Skip to content

OmegaHack-2024/Wattio-Dashboard

Repository files navigation

Wattio Dashboard | Energy monitoring and management

Wattio Dashboard is a modern web application for monitoring and managing energy consumption. The application provides real-time data visualization, analytics, and control features to help users optimize their energy usage and reduce costs. Developed with React, TypeScript, and Shadcn-UI , Vite, Wattio Dashboard offers a modern and responsive user interface with a focus on performance and accessibility. The application leverages the latest web technologies to provide a seamless user experience and fast loading times.

Features

  • React 18 with the latest features and optimizations
  • Shadcn-UI integration for a modern and customizable UI component library
  • Vite for fast development and optimized production builds
  • ESLint and Prettier preconfigured for consistent code formatting and linting

Getting Started

  1. Clone this repository

  2. Change to the project directory:

    cd Game-Connect
  3. Install the dependencies:

    npm install
    # Or using Yarn:
    yarn install
  4. Start the development server:

    npm run dev
    # Or using Yarn:
    yarn dev

    The development server should now be running at http://localhost:3000.

Building for Production

To create an optimized production build, run:

npm run build
# Or using Yarn:
yarn build

The output will be available in the dist/ folder.

Contributing

Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please feel free to submit a pull request or create an issue.