Skip to content

Prz-mek/seller-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

seller-dashboard

Project of dashboard for sellers done by fu-penzi and me.

demo

You can see demo on GitHub pages.

features

  • sign in user
  • multiple accounts
  • "orders" widget
  • "offers ranking" widget
  • "sale chart" widget
  • two languages (polish and english)
  • light and dark theme
  • backend (really simple)

running

To run this code Node.js have to be installed. Backend (mock) run:

cd api
npm install
npm start

then start a frontend:

cd ../client
npm install
npm start

todo

  • "opinions" widget
  • "quality" widget

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published