https://github.com/samarjiit/sql_editor
sql-editor
https://github.com/samarjiit/sql_editor
Last synced: about 1 month ago
JSON representation
sql-editor
- Host: GitHub
- URL: https://github.com/samarjiit/sql_editor
- Owner: Samarjiit
- Created: 2023-12-15T12:32:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T10:15:26.000Z (over 2 years ago)
- Last Synced: 2025-03-02T03:43:54.885Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://sql-editorr.netlify.app/
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🚀 SQL Editor
Crafted with ♥ by Samarjit Mahi
Built using:
## View Demo on the Deployed Site 🚀
Click https://sql-editorr.netlify.app/ to view the deployed site
## screenshot
## Performance
## ⚙️ NPM Modules Used
- `"react-ace": "^10.1.0",` - To make the code editor
- `"react-csv-to-table": "^0.0.4",` - To show the output as a simple CSV table
- `"react-dom": "^18.2.0",` - To interact with React's virtual DOM
- `"react-icons": "^4.4.0",` - To have an icon library
- `"react-router-dom": "^6.3.0",` - To implement routing features provided by React.js
- `"react-csv": "^2.2.2",` - To export the output window table as CSV
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.