Football News is a website developed with Next Js. Users can follow the 2022 FIFA World Cup news, matches and standings, and view the statistics of the players.
- Multi-language support with next-translate
- Include different approaches (Client Side Rendering, Server Side Rendering, Static Site Generation)
- Google authenticated users can comment to contents.
- This project developed with NextJS works on Vercel.
- DatoCMS stores the news, matches, player statistics datas.
- Server and clients communicate with DatoCMS through Apollo (a GraphQL library).
- Users can authenticate with their Google accounts over Auth0 so they can comment to contents.
- A Redis DB works on Upstash stores the user comments.