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.
- 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
-
Clone this repository
-
Change to the project directory:
cd Game-Connect
-
Install the dependencies:
npm install # Or using Yarn: yarn install
-
Start the development server:
npm run dev # Or using Yarn: yarn dev
The development server should now be running at http://localhost:3000.
To create an optimized production build, run:
npm run build
# Or using Yarn:
yarn build
The output will be available in the dist/
folder.
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please feel free to submit a pull request or create an issue.