Details for: news-app

Summary:

A small project made in NextJs 13 to test its new features, especially the new App folder structure.

Description:

In this project I have learned to:

  • Handle Dynamic data (SSR alternative in Next.js 13)
  • Use Stepzen to launch a GraphQL interface which we query from via the newly updated FETCH API (with next.js 13 revalidation & caching additions)
  • Use Typescript to reduce the overall number of Bugs and Errors
  • How to handle Static data with updates (ISR alternative in Next.js 13)
  • Search the News API via keywords and categories.

To run the project locally, enter the following in the command line / bash:

$ git clone [email protected]:GAlexandruD/news-app.git
$ cd news-app
$ yarn
$ yarn dev

Skills used:

NextJS Logo
TypeScript Logo
Tailwind CSS Logo
React Logo
JavaScript Logo
GraphQL Logo
StepZen Logo