Skip to content

whatthefoobar/news-app-redone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

150 Commits
 
 
 
 
 
 

Repository files navigation

news-app-redone

In progress... Come back to see it done.

To do:

  • clean up code (ongoing)
  • add tests for the frontend, then maybe for the backend too

Done:

  • create search news functionality
  • turn frontend to typescript
  • add skeleton loading, to the cards
  • made footer (not sure if I will use it or where yet)
  • clean up router to accomodate new routes without error.
  • create news category page listing a grid of paginated news articles based on said category, each categories are in the navbar as buttons
  • after first render I need to memorize the api response so I don't refetch it for any line of code I add.
  • create individual news article page
  • created Node backend and hid api keys,
  • created basic api routes in node to fetch my data from the public api
  • in the frontend using redux-toolkit to create an api slice and fetch data from my backend and manage global state should this app grow connect contact us form to backend and maybe send contact form to admin email(?)

1

2

3

4

About

React news app using New York Times api, Node.js to store API key and custom styling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors