├── .firebase ├── hosting.ZGlzdA.cache └── hosting.cHVibGlj.cache ├── .firebaserc ├── .gitignore ├── firebase.json ├── index.html ├── jsconfig.json ├── package.json ├── public ├── 404.html ├── index.html └── vite.svg ├── src ├── App.jsx ├── components │ ├── Header.jsx │ ├── SideBar.jsx │ └── TopBar.jsx ├── index.css ├── main.jsx ├── page │ ├── barChart │ │ ├── BarChart.jsx │ │ └── bar.jsx │ ├── calendar │ │ ├── Calendar.jsx │ │ └── calendar.css │ ├── contacts │ │ ├── Contacts.jsx │ │ └── data.js │ ├── dashboard │ │ ├── Dashboard.jsx │ │ ├── Row1.jsx │ │ ├── Row2.jsx │ │ ├── Row3.jsx │ │ ├── card.jsx │ │ └── data.js │ ├── faq │ │ └── FAQ.jsx │ ├── form │ │ └── Form.jsx │ ├── geography │ │ ├── Geography.jsx │ │ ├── data.jsx │ │ ├── geo.jsx │ │ └── world_countries.jsx │ ├── invoices │ │ ├── Invoices.jsx │ │ └── data.js │ ├── lineChart │ │ ├── Line.jsx │ │ └── LineChart.jsx │ ├── notFound │ │ └── NotFound.jsx │ ├── pieChart │ │ ├── PieChart.jsx │ │ └── pie.jsx │ └── team │ │ ├── Team.jsx │ │ └── data.js └── theme.jsx └── vite.config.js /.firebase/hosting.ZGlzdA.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/.firebase/hosting.ZGlzdA.cache -------------------------------------------------------------------------------- /.firebase/hosting.cHVibGlj.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/.firebase/hosting.cHVibGlj.cache -------------------------------------------------------------------------------- /.firebaserc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/.firebaserc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/.gitignore -------------------------------------------------------------------------------- /firebase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/firebase.json -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/index.html -------------------------------------------------------------------------------- /jsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/jsconfig.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/package.json -------------------------------------------------------------------------------- /public/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/public/404.html -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/public/index.html -------------------------------------------------------------------------------- /public/vite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/public/vite.svg -------------------------------------------------------------------------------- /src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/App.jsx -------------------------------------------------------------------------------- /src/components/Header.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/components/Header.jsx -------------------------------------------------------------------------------- /src/components/SideBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/components/SideBar.jsx -------------------------------------------------------------------------------- /src/components/TopBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/components/TopBar.jsx -------------------------------------------------------------------------------- /src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/index.css -------------------------------------------------------------------------------- /src/main.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/main.jsx -------------------------------------------------------------------------------- /src/page/barChart/BarChart.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/barChart/BarChart.jsx -------------------------------------------------------------------------------- /src/page/barChart/bar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/barChart/bar.jsx -------------------------------------------------------------------------------- /src/page/calendar/Calendar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/calendar/Calendar.jsx -------------------------------------------------------------------------------- /src/page/calendar/calendar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/calendar/calendar.css -------------------------------------------------------------------------------- /src/page/contacts/Contacts.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/contacts/Contacts.jsx -------------------------------------------------------------------------------- /src/page/contacts/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/contacts/data.js -------------------------------------------------------------------------------- /src/page/dashboard/Dashboard.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/dashboard/Dashboard.jsx -------------------------------------------------------------------------------- /src/page/dashboard/Row1.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/dashboard/Row1.jsx -------------------------------------------------------------------------------- /src/page/dashboard/Row2.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/dashboard/Row2.jsx -------------------------------------------------------------------------------- /src/page/dashboard/Row3.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/dashboard/Row3.jsx -------------------------------------------------------------------------------- /src/page/dashboard/card.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/dashboard/card.jsx -------------------------------------------------------------------------------- /src/page/dashboard/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/dashboard/data.js -------------------------------------------------------------------------------- /src/page/faq/FAQ.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/faq/FAQ.jsx -------------------------------------------------------------------------------- /src/page/form/Form.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/form/Form.jsx -------------------------------------------------------------------------------- /src/page/geography/Geography.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/geography/Geography.jsx -------------------------------------------------------------------------------- /src/page/geography/data.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/geography/data.jsx -------------------------------------------------------------------------------- /src/page/geography/geo.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/geography/geo.jsx -------------------------------------------------------------------------------- /src/page/geography/world_countries.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/geography/world_countries.jsx -------------------------------------------------------------------------------- /src/page/invoices/Invoices.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/invoices/Invoices.jsx -------------------------------------------------------------------------------- /src/page/invoices/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/invoices/data.js -------------------------------------------------------------------------------- /src/page/lineChart/Line.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/lineChart/Line.jsx -------------------------------------------------------------------------------- /src/page/lineChart/LineChart.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/lineChart/LineChart.jsx -------------------------------------------------------------------------------- /src/page/notFound/NotFound.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/notFound/NotFound.jsx -------------------------------------------------------------------------------- /src/page/pieChart/PieChart.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/pieChart/PieChart.jsx -------------------------------------------------------------------------------- /src/page/pieChart/pie.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/pieChart/pie.jsx -------------------------------------------------------------------------------- /src/page/team/Team.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/team/Team.jsx -------------------------------------------------------------------------------- /src/page/team/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/page/team/data.js -------------------------------------------------------------------------------- /src/theme.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/src/theme.jsx -------------------------------------------------------------------------------- /vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alielrayes/React-Admin-Dashboard/HEAD/vite.config.js --------------------------------------------------------------------------------