https://github.com/sam9111/helloworld
A web app to visualize world news that has been sentiment analysed.
https://github.com/sam9111/helloworld
react
Last synced: about 1 month ago
JSON representation
A web app to visualize world news that has been sentiment analysed.
- Host: GitHub
- URL: https://github.com/sam9111/helloworld
- Owner: sam9111
- Created: 2022-02-17T18:57:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T02:53:35.000Z (over 1 year ago)
- Last Synced: 2025-04-23T00:45:26.484Z (about 1 month ago)
- Topics: react
- Language: JavaScript
- Homepage: https://world-hello.netlify.app/
- Size: 978 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello World
**Microsoft Azure Trial Hackathon 2022 Runner-Up**
This is the React frontend which fetches sentiment-analysed news from [HelloWorld-FastAPI](https://github.com/sam9111/HelloWorld-FastAPI)
and uses the [react-globe]("https://react-globe.netlify.app/) package to render a React + ThreeJS globe visualization of the world news!## Deployment
This project has been deployed on Netlify here:
https://world-hello.netlify.app/
## Run Locally
Clone the project
```bash
git clone https://link-to-project
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
yarn install
```Start the server
```bash
yarn run start
```## Contributing
Contributions are always welcome!
Create an issue or a PR and I will check it out immediately.