An AppStore like app focused offering Trending Apps, Categorized Browsing, and User Reviews.
- APP INSTALLATION: Install Different apps.
- FIREBASE AUTH: Login with google or email using Firebase Auth.
- CLEAN UI: Clean design/ui.
Frontend: React, React-Router, DaisyUI, HTML-CSS Backend: NodeJS, Express, Firebase, JWT, MongoDB
- Clone this github repository to your local machine.
- Run "npm install" first to install all the packages.
- Run "npm run dev" to run the app in development mode.
- Run "npm run build" to build the app, The build will be in the dist folder. You can preview with "npm run preview".
"@kkx64/react-simple-carousel": "^1.5.8",
"@tailwindcss/vite": "^4.1.5",
"firebase": "^11.6.1",
"flowbite-react": "^0.11.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-router": "^7.5.3",
"sweetalert2": "^11.21.0",
"tailwindcss": "^4.1.5"
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.
