An open API service indexing awesome lists of open source software.

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

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
```