javila35 / News-Flash-Frontend

News aggregator site

Home Page:https://news-flash-site.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News Flash

A full-stack web app by Joe Avila Update on 03/01/2021: I am currently rewriting the app to use Typescript and some new tricks I've learned since original release.

Update on 04/01/2021: Having refactored the site to typescript, I'm now working on adding functionality and styling with Material UI

Please allow some time for backend to load up.

Tools Utilized

  • React Query
    • Used to simplify handling state dependent on async queries
  • ReactLoading
    • Loading graphics
  • Redux: Removed in favor of React state management
    • Saving logged user in store.
    • Saving navigation display across page re-renders.
  • CSS:
    • All CSS written by me (with lots of help from Stack Overflow and W3schools.)
    • I am migrating to use Material UI.
  • GNews API
    • Thank you to GNews for providing solid documentation about an API that feeds my website.

Features to Add

  • User will be able to save searches as a link in the navigation.
  • Users can decide what topics they want as a ticker on their homepage.

Set Up

You will need to set up the backend, before the front end for usability.

  • Fork and clone this repository.
  • Run npm install in your terminal to download needed dependencies.
  • Run npm start in your terminal after starting backend server.
  • Create an account and begin bookmarking articles and discussing.

Resources

About

News aggregator site

https://news-flash-site.netlify.com


Languages

Language:TypeScript 94.5%Language:CSS 3.8%Language:HTML 1.1%Language:JavaScript 0.6%