This project uses the following technologies:
- Package manager: Yarn
- Development framework:js Next
- Component library: Chakra UI
First create a .env file in the root directory with the following variables, you will need to get an Open Weather API KEY:
NEXT_PUBLIC_BACKEND_API=
NEXT_PUBLIC_OPEN_WEATHER_TOKEN=
NEXT_PUBLIC_OPEN_WEATHER_API=https://api.openweathermap.org/data/2.5/onecall
- In the terminal, run the app using:
yarn install yarn dev
The project was deployed on Verce, and you can try it at this link