This is a simple, react one-page UI of a user dashboard for any social networking website. The data used are fetched from random Dummy rest api's mainly from https://dummyapi.io/
The React App is deployed on Heroku, which is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.
https://dashboard-design.herokuapp.com/It requires React.js v16+ to run.
Install all the required dependencies and and start the webapp.
npm install
npm start
This Dashboard uses following library and dependencies to work properly
- React.js - JavaScript library for building of UI components
- Chart Js - React components for Chart.js, the most popular charting library.
- Faker - This is used to generate random data for the website.
Design of the dashboard on a desktop