This repository demonstrates the use of the Tremor.so dashboard library to build an interactive and visually appealing Production Factory Dashboard. It's designed to showcase real-time data visualization and management for a production factory environment, using modern web technologies.
- React : A JavaScript library for building user interfaces, enabling the creation of reusable UI components.
- Next.JS 14 : A React framework that enables functionality such as server-side rendering and generating static websites for React-based web applications.
- TailwindCSS: A utility-first CSS framework for rapidly building custom designs, ensuring a sleek and responsive design.
- Tremor.so: A powerful and intuitive dashboard library that provides pre-built components and layouts for building complex dashboards with ease.
To try it yourself with this project:
-
Clone the repository
git clone https://github.com/ceedadev/next14-tremor.git
-
Navigate to the project directory
cd next14-tremor
-
Install dependencies
npm install
-
Run development server.
npm run dev
-
Open http://localhost:3000 from your browser
Explore the dashboard to view the demo. The UI is interactive and allows for deep dives into specific metrics or issues.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.