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.
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
This app is also deployed to vercel for quick access