Many people have experienced the feeling of waking up fresh and vibrant in the morning but then being greeted with negative news on nearly all news websites, papers, and apps. This negative news has a great impact on their mental health, causing stress and anxiety and various other mental illnesses
FirstLight is an application that aims to provide people with positive news to make their day better. FirstLight ensures its users always receive news that carries a positive tone. This is an effort to ensure a healthy and productive mind which in turn leads to a person’s holistic growth.
Visit the site: https://firstlight.live
https://github.com/FirstLight-A-positive-news-initiative/FrontEnd.git
npm install
Make .env
folder in root directory of this project and enter the following values
REACT_APP_GOOGLE_CLIENT_ID=<google_client_id>
REACT_APP_API=http://localhost:3001
Run following command to run your react app.
npm start