https://github.com/abdullah-fswd/finkart
https://github.com/abdullah-fswd/finkart
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdullah-fswd/finkart
- Owner: Abdullah-FSWD
- Created: 2024-01-23T12:53:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T08:21:56.000Z (over 2 years ago)
- Last Synced: 2024-01-24T19:10:21.308Z (over 2 years ago)
- Language: JavaScript
- Homepage: https://finkart-theta.vercel.app
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [SpaceVue](https://finkart-theta.vercel.app/)
## Overview
The SpaceVue Company Data Dashboard is a React project designed to showcase information about various space companies. The application features a tabular view of company data using the AG Grid library and a pie chart illustrating the success rate of missions using the Chart.js library.
## Features
- Tabular Data: Utilizes AG Grid to display detailed information about different space companies in a tabular format.
- Pie Chart: Integrates Chart.js to represent the success rate of missions completed by the companies on a visually appealing pie chart.
- Login Functionality: Implements a simple login system with hardcoded credentials. To access the dashboard, use the following credentials:
- ### Username: admin
- ### Password: admin (Highlighted for clarity)
## Usage
- Open your web browser and go to [SpaceVue](https://finkart-theta.vercel.app/)
- Log in using the provided credentials:
- ### Username: admin
- ### Password: admin (Highlighted for clarity)
- Explore the tabular data and the informative pie chart showcasing successful mission completion rates.
## Technologies Used
- React
- AG Grid
- Chart.js