/entrevista-jobsity

Create a calendar react component

Primary LanguageTypeScript

Create a calendar react component

More information on Challenge.pdf.

Run

Replace REACT_APP_OPEN_WEATHER_KEY in .env file with a free openweather key

Other infos

Since the forecast was paid I've used the one call api that retrieves forecast for the next 7 days (free) and used one of them randomly.

Didn't care too much about the layout, tried to to something similar to the picture in the PDF file.

Also, I installed tailwindcss but then decided to use css directly.