App Gallery is a modern web platform designed to showcase and recommend mobile and web applications across various categories such as Trending, Education, Productivity, and Healthcare. It provides users with an intuitive interface to discover top-rated apps, view download stats, and stay informed about upcoming tech events, hackathons, and product updates.
- 🔍 Browse and search apps by category
- 🎨 Beautiful and responsive UI with TailwindCSS + DaisyUI
- 🔄 Smooth navigation with React Router v7
- 🔥 Firebase integration (authentication or hosting)
- 🛎️ Toast notifications with
react-hot-toast - 📱 Mobile-friendly Swiper carousel for app previews
- 🌙 Dark/light mode supported
- React 19
- Tailwind CSS 4 + DaisyUI
- Firebase
- React Router v7
- Swiper.js
- React Hot Toast
- React Icons
"dependencies": {
"@tailwindcss/vite": "^4.1.5",
"daisyui": "^5.0.35",
"firebase": "^11.6.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-router": "^7.5.3",
"swiper": "^11.2.6",
"tailwindcss": "^4.1.5"
}To run this project on your local machine:
# Clone the repository
git clone https://github.com/borhansiddque/app-gallery-app.git
# Navigate into the project directory
cd app-gallery-app
# Install dependencies
npm install
# Start the development server
npm run devThe app will run at http://localhost:5173
