MorningNews - Backend

MorningNews is a project that was made using React and Next JS during my Web Developper coding bootcamp at La Capsule, Paris.

It is a website that displays the latest tech news articles dynamically by communicating with the News API.

It allows the user to bookmark and to hide/unhide articles.

API: News API

Overview

2022-12-04.12-37-09.mp4

Technologies used

Front:

  • Next.js
  • React
  • JavaScript

Back:

  • Express
  • JavaScript

Objectives

Frontend:

  • states
  • hooks, useEffect
  • redux store and persist
  • components
  • props

Backend:

  • familiarization with express
  • sending requests to APIs and web services