Skip to content

Version 2 of news cast with created with NextJS and Tailwind

Notifications You must be signed in to change notification settings

Yagi91/news_cast2

Repository files navigation

This is a News site

Getting Started

Tools Used

  • React
  • JavaScript
  • Next
  • Tailwind
  • News Pulling API

news cast

News Cast

TABLE OF CONTENT

Description

NewsCast pulls news from various sources around the globe in many langguages. Details containing the article is scrabed and displayed in a seperate page to the end user. Various common categories are available for the user to browse through.

TOOLS:

  • NextJS: It provides me with sever side rendering wich is important for a side using a 3rd party API. Also implementing page routing with this was a breeze ⚡
  • TailwindCSS: Facilates developing mobile freindly side with a few class, though it could be hectic managing the classes.💼
  • JSOm & Readabilty: A javaScript library to ease scraping of the content from the offcial news site since the Google's news API does not provide the content;

USERS STORY COMPLETED

  • I can see a title element that has a corresponding id="title.
  • Bottom and left axis are present.
  • I can see dots, that each have a class of dot, which represent the data being plotted.
  • Each dot has a property of data-xvalue and data-yvalue, each dot should be within the range of the actual dta and in the caorrect format intergers for years or Date objects are acceptable for data-yvalue minutes use Date objets.
  • I can see multiple tick labels on the y-axis with %M:%S time format.
  • I can see a legend containing descriptive text that has id="legend".
  • I can mouse over an area and see a tooltip with a corresponding id="tooltip" which displays more information about the dot.
  • My tooltip should have a data-date property that corresponds to the data-date of the active area..

PROBLEMS FACED

Using the correct axes to represent the time in minutes and seconds I also had to learn about how to edit tick formats to suit the purpose.

CREDITS

This scatter plot was created after completing my Data vizualization course on FREE CODE CAMP.

About

Version 2 of news cast with created with NextJS and Tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published