It's a challenge from geektrust to make Admin-UI. Main motive of project is to make simple admin usre interface with react that fetch user data from given API.
This project is created with react 18.0.0 and npm 8.5.0
In order to run project:
-
Clone or download the project
$ git clone http://gitlab.zymrinc.com/miral.kumbhani/admin-dashboard.git -
Go to admin-dashboard directory
$ cd admin-dashboard -
Install project's dependencies
$ npm i -
Run the project
$ npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.