rahulkeerthi / grauniad

A React App built to ingest the Guardian Open Platform API and return snippets of articles matching search queries

Home Page:https://grauniad.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Grauniad Reader

Netlify Status

A React App built to ingest the Guardian Open Platform API and return snippets of articles matching search queries (with "Read More" links to full content on the Guardian website). Project also uses Bootstrap-like styles and FontAwesome.

This project was developed following as much React best-practice and style as possible given my current understanding and appreciation of JavaScript and React. This includes use of ES6+ (const/let, async-await, arrow functions, classes, destructuring), declaration of propTypes and defaultProps, use of functional and class based components as appropriate, use of local env variables, etc.

Components implemented include:

  • Articles + Article Items (grid)
  • Navbar (static)
  • Spinner (when loading search results)
  • Searchbar (with Clear)

In progress:

  • Alerts
  • React Router
  • Article tags + details

Potentially:

  • Hooks, Context and Reducers
  • Stylesheets redone (currently using Bootstrap cloned styles)

About

A React App built to ingest the Guardian Open Platform API and return snippets of articles matching search queries

https://grauniad.vercel.app


Languages

Language:JavaScript 65.5%Language:CSS 30.6%Language:HTML 4.0%