Skip to content

Latest commit

 

History

History
117 lines (102 loc) · 2.91 KB

README.md

File metadata and controls

117 lines (102 loc) · 2.91 KB

Shoppy

Build and Deploy a React Admin Dashboard

Features

  • User Account. (Login, Sign Up & Reset page
  • Admin Dashboard Page
  • Data Tables
  • Calendar
  • Kanban
  • WYSWYG Editor
  • color Picker
  • Theme Fixes
  • Charts

Tech

Admin Dashboard uses a number of open source projects to work properly:

  • Tailwind Css
  • React Js
  • Context Api
  • Syncfusion2

Project Structure

📦 Admin Dashboard 
├─ .env
├─ .eslintrc.js
├─ .gitignore
├─ README.md
├─ craco.config.js
├─ learn something new.text
├─ license.txt
├─ package-lock.json
├─ package.json
├─ public
│  ├─ favicon.ico
│  ├─ index.html
│  ├─ logo192.png
│  ├─ logo512.png
│  ├─ manifest.json
│  └─ robots.txt
├─ src
│  ├─ App.css
│  ├─ App.js
│  ├─ components
│  │  ├─ Button.jsx
│  │  ├─ Cart.jsx
│  │  ├─ Charts
│  │  │  ├─ LineChart.jsx
│  │  │  ├─ Pie.jsx
│  │  │  ├─ SparkLine.jsx
│  │  │  └─ Stacked.jsx
│  │  ├─ ChartsHeader.jsx
│  │  ├─ Chat.jsx
│  │  ├─ Footer.jsx
│  │  ├─ Header.jsx
│  │  ├─ Navbar.jsx
│  │  ├─ Notification.jsx
│  │  ├─ Sidebar.jsx
│  │  ├─ ThemeSettings.jsx
│  │  ├─ UserProfile.jsx
│  │  └─ index.jsx
│  ├─ contexts
│  │  └─ ContextProvider.js
│  ├─ data
│  │  ├─ avatar.jpg
│  │  ├─ avatar2.jpg
│  │  ├─ avatar3.png
│  │  ├─ avatar4.jpg
│  │  ├─ dummy.js
│  │  ├─ product1.jpg
│  │  ├─ product2.jpg
│  │  ├─ product3.jpg
│  │  ├─ product4.jpg
│  │  ├─ product5.jpg
│  │  ├─ product6.jpg
│  │  ├─ product7.jpg
│  │  ├─ product8.jpg
│  │  ├─ product9.jpg
│  │  └─ welcome-bg.svg
│  ├─ index.css
│  ├─ index.js
│  └─ pages
│     ├─ Calendar.jsx
│     ├─ Charts
│     │  ├─ Area.jsx
│     │  ├─ Bar.jsx
│     │  ├─ ColorMapping.jsx
│     │  ├─ Financial.jsx
│     │  ├─ Line.jsx
│     │  ├─ Pie.jsx
│     │  ├─ Pyramid.jsx
│     │  └─ Stacked.jsx
│     ├─ ColorPicker.jsx
│     ├─ Customers.jsx
│     ├─ Ecommerce.jsx
│     ├─ Editor.jsx
│     ├─ Employees.jsx
│     ├─ Kanban.jsx
│     ├─ Orders.jsx
│     └─ index.jsx
└─ tailwind.config.js

Author

GITHUB