Skip to content

A website that displays the latest news from The New York Times

Notifications You must be signed in to change notification settings

ritaaktay/news-summary

 
 

Repository files navigation

News from the New York Times

A single page web-app showing latest news from the New York Times.

Technologies

  • The app is written in Typescript
  • It uses the New York Times Top Stories API
  • It uses the http-server npm package to run the server on localhost:8080
  • It uses Bootstrap for CSS

How to use

Download and Run

  • Clone this repo
  • Run npm install
  • Run npm run start to start the server.
  • Go to http://localhost:8080

Run tests

  • To run tests with coverage npm t

Make changes

  • If you want to make any changes to the code run npm run compile && npm run build. This will type-check and transpile the TypeScript into Javascript and use esbuild to recompile bundle.js so the script in index.html is updated

Test Coverage

%100 test coverage

Images

Homepage

Homepage

Search for 'Musk'

Search page

Mobile view

Mobile view

About

A website that displays the latest news from The New York Times

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.1%
  • JavaScript 24.4%
  • TypeScript 5.8%
  • CSS 2.7%