AssetVerse is a comprehensive, feature-rich Asset Management System designed to help organizations efficiently manage and track digital or corporate assets.
Built with React, TypeScript, and Tailwind CSS, AssetVerse delivers a modern UI, smooth user experience, and scalable architecture.
- Live Demo: https://my-assetverse.vercel.app/
- Frontend Repo: https://github.com/Shoybit/AssetVerse
- Backend Repo: https://github.com/Shoybit/AssetVerse-Backend
- 📊 Dashboard with asset overview
- 📈 Interactive charts & visual analytics
- 🔍 Advanced search and filtering
- 📝 Add / Edit / Delete asset operations
- 🏷️ Category & tag management
- 📄 Report generation & print support
- 🔔 Notifications and alerts
- 📱 Fully responsive (mobile-friendly)
- React 19
- TypeScript
- Tailwind CSS v4
- DaisyUI
- Vite
- React Hook Form
- Framer Motion
- Axios
- Recharts
- Lucide React
- React Icons
- React Toastify
- SweetAlert2
- React Loader Spinner
- react-to-print
- React Router v7
react
react-dom
typescript
tailwindcss
daisyui
axios
react-hook-form
framer-motion
recharts
react-toastify
sweetalert2
react-loader-spinner
react-to-print
react-router-dom
- Node.js v20.x or higher
- npm or yarn
git clone https://github.com/Shoybit/AssetVerse.git
cd AssetVerse
npm install
npm run devCreate a .env file:
VITE_API_BASE_URL=https://your-backend-api-url.comAssetVerse/ ├── src/ │ ├── components/ │ ├── pages/ │ ├── layouts/ │ ├── hooks/ │ ├── utils/ │ ├── types/ │ ├── services/ │ ├── styles/ │ └── App.tsx ├── public/ ├── index.html ├── vite.config.ts ├── tailwind.config.js ├── package.json └── README.md
MIT License