The board UI dashboard is a web application built using React, a popular JavaScript library for building user interfaces. It consists of two main pages: the Signin page and the Dashboard page.
https://listed-inc-assignment-priyaa74.vercel.app
The signin page serves as the entry point for users. It provides Google Authentication, where users can authenticate themselves. Upon successful authentication, users are redirected to the dashboard page.
The dashboard page is the main interface of the application. It presents users with a visually appealing and interactive layout that allows them to view and manage various aspects of their board like a Sidebar for ease navigation, Data Visualization using Charts and Notifications.
- Clone this repository using the command "git clone https://github.com/priyaa74/listed-inc-assignment.git. Paste this command in the terminal.
- Then run command "npm install" to install the modules and dependencies.
- Finally run npm start and you will be able to see the file on "http://localhost:3000/"