Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joyontokarmakar/xyz-engine
Explore the future of energy with XYZ Engine Company. We specialize in cutting-edge solutions for the gas and oil industry, driving innovation, efficiency, and sustainability. Discover how our advanced technologies are shaping the landscape of energy production and distribution.
https://github.com/joyontokarmakar/xyz-engine
jspdf jspdf-autotable pdf-generation react-chartjs-2 reactjs tailwind-css
Last synced: 21 days ago
JSON representation
Explore the future of energy with XYZ Engine Company. We specialize in cutting-edge solutions for the gas and oil industry, driving innovation, efficiency, and sustainability. Discover how our advanced technologies are shaping the landscape of energy production and distribution.
- Host: GitHub
- URL: https://github.com/joyontokarmakar/xyz-engine
- Owner: Joyontokarmakar
- License: mit
- Created: 2023-08-16T14:09:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-18T17:49:41.000Z (over 1 year ago)
- Last Synced: 2023-08-18T19:29:15.567Z (over 1 year ago)
- Topics: jspdf, jspdf-autotable, pdf-generation, react-chartjs-2, reactjs, tailwind-css
- Language: JavaScript
- Homepage: https://xyz-oil-gas-engine.netlify.app/
- Size: 299 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XYZ-Engine
#### Explore the future of energy with XYZ Engine Company. We specialize in cutting-edge solutions for the gas and oil industry, driving innovation, efficiency, and sustainability. Discover how our advanced technologies are shaping the landscape of energy production and distribution.## What's included
```
XYZ-Engine
├── Vite # Development Environment
│ └── v4.4.5
│
├── React-js # JS Library
│ └── vl8.2.0
│
├── Tailwind CSS # CSS Library
│ ├── v3.3.3
│
├── Papaparse # CSV Reader
│ ├── v5.4.1
│
├── react-chartjs-2 # Draw Line Chart
│ ├── v5.2.0
│
├── jspdf # PDF Generator
│ ├── v2.5.1
│
├── jspdf-autotable # Table Align in PDF
│ ├── v3.5.31
└── ┘
```## [Live Site](https://xyz-oil-gas-engine.netlify.app/)
## To Run Project in your Local PC follow the following steps:
### Clone My GitHub Repository from:
```
https://github.com/Joyontokarmakar/xyz-engine.git
```### Installation
``` bash
$ npm install
```or
``` bash
$ yarn
```### Run Your Project
``` bash
$ npm run dev
```or
``` bash
$ yarn dev
```