Skip to content
Sid110307 edited this page Dec 31, 2023 · 8 revisions

This is a simple weather report website.

How it works

Tools used

  • React - A frontend framework
  • i18next - An internationalization library
  • PostCSS - A styling transformer
  • SCSS - A styling preprocessor
  • Axios - A library for handling HTTP requests
  • WeatherAPI - An API for weather data

The process

It sends a request to the API, then saves the results to a JSON object. There, the internationalization/language magic occurs. It then shows the data to the frontend (what you see on your browser).

Clone this wiki locally