biantris / admin-analytics

Admin dashboard

Home Page:https://admin-analytics.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin Analytics

A SPA build with NextJS

🚧 WIP 🚧

Note See Back-end project admin-analytics-api

Tools

To-do

  • Login and cokies
  • Dashboard
  • Show endpoint data through graphs
  • Check routes for ADMIN flag (back and front)
  • User List page
  • User Crate page
  • Rate Limit on create user endpoint
  • Responsive
  • Testing

Pages

Login

image

Dashboard [ADMIN]

image

Dashboard [USER]

image

Users [ADMIN]

image

Users Create [ADMIN]

image

RESPONSIVE

image

image

image

image

Getting Started

  • Set up the server repository ( Note: it needs to be running together with the frontend )
  • Clone this repo
  • Create a new .env.local file and copy the contents of .env.example into it
# install dependencies
yarn
# or
yarn install

# start project
yarn dev

# see on localhost link
http://localhost:3000

Users to Login

#ADMIN
> admin@gmail.com
> 12345678

#USER
> user@gmail.com
> 12345678

Run Storybook

  • yarn storybook image

Demo

🔗 https://admin-analytics.vercel.app/

About

Admin dashboard

https://admin-analytics.vercel.app


Languages

Language:TypeScript 82.1%Language:MDX 8.2%Language:JavaScript 5.6%Language:CSS 3.9%Language:Shell 0.2%