Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sloorush/ourhappyspace-frontend
Our Happy dot Space for University of Buffalo Hack 2020
https://github.com/sloorush/ourhappyspace-frontend
Last synced: 28 days ago
JSON representation
Our Happy dot Space for University of Buffalo Hack 2020
- Host: GitHub
- URL: https://github.com/sloorush/ourhappyspace-frontend
- Owner: sloorush
- License: mit
- Created: 2020-10-25T06:58:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T14:20:59.000Z (about 4 years ago)
- Last Synced: 2024-05-02T03:43:45.590Z (8 months ago)
- Language: JavaScript
- Homepage: https://ourhappy.space/
- Size: 559 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](https://github.com/r-ush/ourhappyspace-frontend/blob/master/assets/flex.png)
Our Happy Space
A feed of positive news stories, to brighten your day.
Don't worry if you are too happy, you can search or view the normal news as well
## Basic Overview
A full stack web app built with ReactJS, Express, and Node and our backbone Sentiment Analysis that displays a feed of positive news articles.
You can search for specific news where in we will be showing you first all the positive new and then some of the negative ones too ;)Bad news is everywhere and easy to find. Yes, problems should be exposed so they can be fixed but what about all of the great things going on currently? Our Happy Space is built to encourage people to find positivity in the world and give them something to look forward to after reading the news. It uses sentiment to analyze and filter negative news articles from News data provided by the News API.
![Logo](https://github.com/r-ush/ourhappyspace-frontend/blob/master/assets/ohs.png)
## Live Site
Live on: https://ourhappy.space
Backend: https://ourhappyspace.herokuapp.com
Frontend: https://ohs.netlify.app## Repositories
[OurHappySpace Frontend](https://github.com/r-ush/ourhappyspace-frontend)
[OurHappySpace Backend](https://github.com/ShubhamPalriwala/ourhappyspace-backend)
## Built With
### Front end
- React
### Back end
## Run Locally
- Run these commands first:
```
$ git clone https://github.com/r-ush/ourhappyspace-frontend.git
$ cd ourhappyspace-frontend
$ yarn
$ yarn start
```Visit http://localhost:3000 to view the web app.
## License