https://github.com/muneeb706/react-samples
Contains samples of functionalities that can be achieved in react
https://github.com/muneeb706/react-samples
nivo-charts pdf-l react react-confetti react-pdf
Last synced: 2 months ago
JSON representation
Contains samples of functionalities that can be achieved in react
- Host: GitHub
- URL: https://github.com/muneeb706/react-samples
- Owner: muneeb706
- License: apache-2.0
- Created: 2024-05-11T05:32:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T06:39:21.000Z (3 months ago)
- Last Synced: 2025-02-24T07:23:16.382Z (3 months ago)
- Topics: nivo-charts, pdf-l, react, react-confetti, react-pdf
- Language: TypeScript
- Homepage:
- Size: 463 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Samples
This repository contains samples of following functionalities that can be achieved in react.
1. Modify Existing PDF - modfied using [pdf-lib](https://pdf-lib.js.org/) and rendered using [react-pdf](https://github.com/wojtekmaj/react-pdf)
2. HistogramCard Component - A component that displays a histogram of current data and allows viewing past histograms through a dropdown filter.
3. Congratulations Component - A component that displays a congratulatory message with confetti animation and progress tracking.
4. Welcome Back Modal Component - A modal that appears on page load, displaying a welcome back message with a curved header.
5. Certificates List Component - A table that displayes list of certificates, slide-in panel appears with certificate details on click## Run Dev Server
```
yarn start
```## Test
```
yarn cy:component-test
```