Hero Apps is a modern application manager that lets users browse, install, update, and remove apps in a seamless interface—just like a mini app store. With Hero Apps, managing all your installed applications becomes simple, fast, and visually appealing.
- ⚛️ Frontend: React
- 🧭 Routing: React Router
- 🔔 Notifications: React Toastify
- 🎨 Styling: Tailwind CSS
- 💾 Data Storage: localStorage
- 📊 Charts & Analytics: Recharts
- 🎨 Icons: React Icons
-
Clone the Repository
git clone https://github.com/mahadyhassanutsho/B12A08-Hero-Apps.git cd hero-apps -
Install Dependencies
pnpm install
-
Run the Development Server
pnpm run dev
Visit http://localhost:5173 to view the app.
-
Build for Production
pnpm run build
The production-ready files will be generated in the
/distdirectory.