Skip to content

elitenoire/sh5-admin

Repository files navigation

SH5 Admin Banner

⚛️🔷🔹🔹 A React Admin Dashboard for SH5.0 Capstone 🔹🔹🔷⚛️


🔵 Brief

This is the Second Capstone Project for SideHustle Internship 5.0 by Group 3. We were tasked to create a react dashboard having the following features:-

  • Supports login using email and password
  • Dashboard overview with analytics data, charts etc
  • Table of team members using faker api
  • Table of clients using faker api
  • Display Products using faker api
  • User logout

🖍️ Tech

  • Daisy UI (TailwindCSS)
  • Visx Charts
  • Iconsax
  • Google Font Outfit

🧙 Our Team

Some of Group 3 members involved in the project:

🤖 Run

1. Clone the repo

git clone
git clone https://github.com/elitenoire/sh5-admin.git

2. Install dependecies

run npm install or yarn
npm install
# or using yarn
yarn

3. Start developing

run npm start or yarn start
npm start
# or using yarn
yarn start

💙 Credits