Welcome to the React Power BI Project! This project is a Next.js application that integrates Microsoft Power BI to visualize various datasets about cars in Israel, including company cars, personal cars, and other relevant statistics.
This project aims to provide insightful visualizations and analytics regarding car usage and ownership in Israel. By leveraging the capabilities of Power BI within a Next.js application, users can interact with dynamic and detailed dashboards.
- Power BI Integration: Seamlessly integrates Power BI reports and dashboards within the Next.js application.
- Interactive Dashboards: Provides interactive and dynamic visualizations for better data analysis.
- Responsive Design: Ensures compatibility across various devices and screen sizes.
- Detailed Analytics: Includes a variety of charts and graphs related to car ownership, usage, and company cars.
Follow these steps to set up the project locally:
-
Clone the Repository:
git clone https://github.com/sideffect263/cars_data.git cd cars_data
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev # or yarn dev # or pnpm dev
-
Open the Application: Open your browser and navigate to
http://localhost:3000
.
Once the application is running, you can interact with the Power BI dashboards to explore the data. The main page will display various reports and visualizations regarding car statistics in Israel.
cars_data/ ├── .vscode/ ├── public/ ├── src/ │ ├── components/ │ ├── pages/ │ ├── styles/ │ ├── utils/ │ └── ... ├── .gitignore ├── README.md ├── jsconfig.json ├── next.config.mjs ├── package-lock.json ├── package.json └── ...
- public/: Contains static files.
- src/: Contains the Next.js components, pages, styles, and utilities.
- components/: Reusable React components.
- pages/: Main pages of the application.
- styles/: Styling files.
- utils/: Utility functions.
The data used in this project is sourced from various databases and APIs providing information on car usage, ownership, and company cars in Israel. The Power BI dashboards are designed to present this data in a user-friendly and interactive manner.
Contributions are welcome! If you have any suggestions, bug reports, or improvements, please create a pull request or open an issue.
- Fork the Repository: Click the "Fork" button at the top right of this page.
- Clone the Fork:
git clone https://github.com/yourusername/cars_data.git
- Create a Branch:
git checkout -b feature/your-feature-name
- Make Your Changes: Commit your changes and push to your fork.
- Create a Pull Request: Submit a pull request detailing your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
Thank you for visiting our project! If you have any questions or need further assistance, feel free to reach out.