Helps user visual differences within multiple datasets on a matrix.
Provides an easy to use user interface for managing spider charts and datasets making it easy to read and understand the data.
Data is dynamic. Render it better next time.
- Login to account
- Store multiple charts on account
- Allow multiple datasets per chart
- Allow editing of labels on chart
- Sharing charts
- Sharing datasets
- Gallery of charts
- Templates
- Excel - Allows creation of spider graphs through datasets as well as many other charts. The problem here is how convoluted it is to create a chart when it could be much simpler.
- Google Sheets - Similar to Excel in it’s functionality and problems.
- Visual Paradigm - Another online excel tool that has templates for charts however has the same limitations as any spreadsheet based tool being that it is clunky and hard for a novice to pickup.
Material Design
Sign in / Create an Account -> -- Home Page with first chart -> -- -- Modify Dataset or Chart -- -- Create a new chart -- -- User taps nav to see categories and user switcher -> -- -- -- Shown a list of charts they have on their account -- -- -- User taps user account to sign out or edit
- Client: React, Material UI, Chart.js, TypeScript
- Server: Nest.js, TypeORM, MongoDB, BCrypt, CORS, GraphQL
- Marketing: LESS, Modern Normalize
All of our APIs are internal.
No.
N\A
Anyone that needs to compare different sets of data and comparing metrics of those data sets. IE: Baseball players, Racecars, RPG Characters, Time Management.
None
None
Research thoroughly before writing a single line of code. Solidify the features of your app conceptually before implementation. Spend the weekend researching so you can hit the ground running on Monday
Prototype Key Feature(s)
- This is the “bread and butter” of the app, this is what makes your app yours. Calculate how long it takes to implement these features and triple the time estimated. That way you’ll have plenty of time to finish. It is preferred to drop features and spend more time working on your MVP features if needed.
git clone https://github.com/Spider-Graph/Frontend.gitgit checkout -b <your name>yarnyarn startgit push origin <your-name>