https://github.com/dimpu/stackline
stackline
https://github.com/dimpu/stackline
Last synced: 9 months ago
JSON representation
stackline
- Host: GitHub
- URL: https://github.com/dimpu/stackline
- Owner: dimpu
- Created: 2022-09-02T04:41:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T18:12:10.000Z (over 3 years ago)
- Last Synced: 2025-02-15T23:42:12.762Z (11 months ago)
- Language: TypeScript
- Homepage: https://stackline-4xs5loepl-techumber.vercel.app/
- Size: 682 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stackline
## ScreenShot

### Setup
```
yarn
yarn start
```
to run the project locally.
### Changes to existing mocks.
I centered 'Retail Store' text and tags as centered elements so that it looks good on both Desktop and Mobile.
### Features
1. Responsive design.
2. Responsive Chart with dynamic rendering.
3. Responsive Table.
4. Chart Overlay for data points.
5. Sortable table columns.
6. Paginated Table.
7. I18n Support.
### TODO
1. Add Unit tests.
2. Migrated to GraphQL(This will remove lot of redux boiler and state management will be a lot easier to deal with )