Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefrydco/penganggo-meja
React app demo for displaying table with filter, sort and search
https://github.com/jefrydco/penganggo-meja
material-ui react recoil swr typescript vite
Last synced: 10 days ago
JSON representation
React app demo for displaying table with filter, sort and search
- Host: GitHub
- URL: https://github.com/jefrydco/penganggo-meja
- Owner: jefrydco
- Created: 2022-07-08T10:11:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T15:00:52.000Z (over 2 years ago)
- Last Synced: 2023-03-01T03:55:54.155Z (over 1 year ago)
- Topics: material-ui, react, recoil, swr, typescript, vite
- Language: TypeScript
- Homepage: https://penganggo-meja.vercel.app
- Size: 1.36 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Panganggo Meja
> React app demo for displaying table with filter, sort and search
## Table of Contents
- [Getting Started](#getting-started)
- [Technology](#technology)
- [Test Result](#test-result)
- [Performance](#performance)## Getting Started
```sh
# Install dependencies
yarn# Run dev server
yarn dev# Build for production
yarn build# Spin up server to run production build
yarn preview# Run test case
yarn test# Run test case with coverage
yarn coverage
```## Technology
- [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vitejs.dev/)
- [Recoil](https://recoiljs.org/)
- [SWR](https://swr.vercel.app/)
- [Vitest](https://vitest.dev/)
- [React Testing Library](https://testing-library.com/)
- [Material UI](https://mui.com/)
- [React Data Table](https://react-data-table-component.netlify.app/)## Test Result
Unit test result as of 8 July 2022:
![Unit Test Result](./images/unit-test.png)
## Performance
Performance as of 8 July 2022:
![PageSpeed](./images/pagespeed.png)