Commit 3ee35bd2 by Ashiqur Rahman

Delete README.md

parent a0601290
# How to load JSON data from a local file into React JS?
## Use Case
Let's consider a data set in JSON format containing financial stocks of muliple companies. This project reads the data in `JSON` format from an external file and render on the web page in a tabular format as shown below.
![Stock Tracker](https://i.imgur.com/O2UYVP5.png)
## How to run this project
- Open your terminal and run these commands to get a sample Create React App running on your machine.
```sh
yarn && yarn start
```
- Now to run the app in the development mode, <br />
open [http://localhost:3000](http://localhost:3000) in the browser and you should see the sample app running.
## Build and Deploy this Application
To build the app for production to the `build` folder.<br />
use `yarn build` on your terminal inside the root of the project.<br/>
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.<br />
Your app is ready to be deployed!
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment