DEMO : https://hello-97vlpmfqb-flowerinno.vercel.app
Created with command npx create-next-app@latest --ts.
--To start the application in development mode run: npx start;
--To build the application in production mode run: npx build;
--To test the application run: npx test;
All tests placed in the ./root/__tests__ directory.
Used tools : Jest, React Testing Library.
Services placed in the ./root/__services__ directory.
fetchData service fetches weather forecast for a current day and for
a whole week.
Used UI libraries: NextUI