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

https://github.com/reddy-epk/chartify

A Production Ready Chart application
https://github.com/reddy-epk/chartify

charts-js class-component-hooks functional-components html2canvas modals react-18 react-charts react-modal-component

Last synced: 2 days ago
JSON representation

A Production Ready Chart application

Awesome Lists containing this project

README

          

Building a React **Chartify** (Charts Application)

A production ready Chart Application

### Refer to the image below:




chartify


### Set Up Instructions

Click to view

- Download dependencies by running `npm install`
- Start up the app using `npm start`

### External Dependencies

Installed this External Packages

- `npm install chart.js@3.9.1 react-chartjs-2@4.3.1 date-fns@2.29.3`
- `date-fns@2.29.3`
- `html2canvas`

> ### _Things to Keep in Mind_
>
> - All components you implement should go in the `src/components` directory.
> - Don't change the component folder names as those are the files being imported into the tests.

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**