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

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.

Awesome Lists containing this project

README

        

# Hello World

**Microsoft Azure Trial Hackathon 2022 Runner-Up**



Hello World Demo - Watch Video








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.