https://github.com/appsaeed/auxonic
This is a web-based developer toolkit built with React.js and TypeScript for lightning-fast performance. It offers essential tools like image-to-text conversion and IP lookup, all in one convenient platform. Firebase Authentication keeps things secure and lets you personalize your experience
https://github.com/appsaeed/auxonic
ai auxo dev develoment devtools javascript tools typescript
Last synced: 9 months ago
JSON representation
This is a web-based developer toolkit built with React.js and TypeScript for lightning-fast performance. It offers essential tools like image-to-text conversion and IP lookup, all in one convenient platform. Firebase Authentication keeps things secure and lets you personalize your experience
- Host: GitHub
- URL: https://github.com/appsaeed/auxonic
- Owner: appsaeed
- License: mit
- Created: 2023-06-22T20:39:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T15:01:53.000Z (about 2 years ago)
- Last Synced: 2025-03-18T04:33:53.679Z (about 1 year ago)
- Topics: ai, auxo, dev, develoment, devtools, javascript, tools, typescript
- Language: CSS
- Homepage: https://appsaeed.github.io/auxonic/
- Size: 9.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Auxonic is simple online beta tools for enhance development experience
# [demo](https://appsaeed.github.io/auxonic)
# preview

# Development
fork the project from the repository and clone repository in local machine from command line
````sh
git clone https://github.com/owner_name/auxonic.git
git checkout -b your_new_branch_name # optional branch
````
```sh
npm install # install dependencies
npm run dev # start development server
npm run build # build the project