Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 567 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 567 Bytes

Dashboard Project

This project is a React-based dashboard application that allows users to manage categories and widgets. It uses JSON Server as a mock backend for data storage and retrieval.

Installation

To install locally run

  git clone https://github.com/ahizap/Frontend-Assignment.git
  cd Frontend-Assignment
  npm install
  npm install -g json-server
  npm run server // This will run json server on localhost:3001
  npm start

Deployment

This app is also deployed to vercel for quick access

https://dashboard-vercel-six.vercel.app/